Color Hex Logo

#af633a Color Hex

#AF633A
(175,99,58)
0 Favorites   0 Comments

Color spaces of #af633a

RGB 1759958
HSL0.060.500.46
HSV21°67°69°
CMYK 0.000.430.67   0.31
XYZ22.904818.34316.3364
Yxy18.34310.48140.3855
Hunter Lab42.828820.511021.2084
CIE-Lab49.909627.054036.1333

#af633a color RGB value is (175,99,58).

#af633a hex color red value is 175, green value is 99 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #af633a hue: 0.06 , saturation: 0.50 and the lightness value of af633a is 0.46.

The process color (four color CMYK) of #af633a color hex is 0.00, 0.43, 0.67, 0.31. Web safe color of #af633a is #996633. Color #af633a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 00111010
Octal 257 143 72
Decimal 175 99 58
Hex AF 63 3A

RGB Percentages of Color #af633a

%52.71
%29.82
%17.47

CMYK Percentages of Color #af633a

%0
%43
%67
%31

Triadic Colors of #af633a

#af633a #3aaf63 #633aaf

Analogous Colors of #af633a

#af633a #af9e3a #af3a4c

Monochromatic Colors of #af633a

#af633a

Complementary Color

#af633a #3a86af

#af633a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af633a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af633a Color CSS Codes

.mybgcolor {background-color:#af633a; } 
.myforecolor {color:#af633a; }
.mybordercolor {border:3px solid #af633a; }

#af633a Text Font Color

<p style="color:#af633a">Text here</p>

This sample text font color is #af633a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af633a Background Color

<div style="background-color:#af633a">
Div content here</div>

This div background color is #af633a


#af633a Border Color

<div style="border:3px solid #af633a">
Div here</div>

This div border color is #af633a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,99,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af633a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af633a;
  -webkit-box-shadow: 1px 1px 3px 2px #af633a;
  box-shadow:         1px 1px 3px 2px #af633a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,99,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af633a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af633a;
  -webkit-box-shadow: 1px 1px 3px 2px #af633a;
  box-shadow:         1px 1px 3px 2px #af633a;">
Div content here</div>

This div box has shadow with color #af633a


Comments

No comments written yet.

Please login to write comment.