Color Hex Logo

#af965a Color Hex

#AF965A
(175,150,90)
0 Favorites   0 Comments

Color spaces of #af965a

RGB 17515090
HSL0.120.350.52
HSV42°49°69°
CMYK 0.000.140.49   0.31
XYZ30.431031.664814.1809
Yxy31.66480.39900.4151
Hunter Lab56.2715-1.944324.4484
CIE-Lab63.06491.258134.9405

#af965a color RGB value is (175,150,90).

#af965a hex color red value is 175, green value is 150 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af965a hue: 0.12 , saturation: 0.35 and the lightness value of af965a is 0.52.

The process color (four color CMYK) of #af965a color hex is 0.00, 0.14, 0.49, 0.31. Web safe color of #af965a is #999966. Color #af965a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 01011010
Octal 257 226 132
Decimal 175 150 90
Hex AF 96 5A

RGB Percentages of Color #af965a

%42.17
%36.14
%21.69

CMYK Percentages of Color #af965a

%0
%14
%49
%31

Triadic Colors of #af965a

#af965a #5aaf96 #965aaf

Analogous Colors of #af965a

#af965a #9eaf5a #af6c5a

Monochromatic Colors of #af965a

#af965a

Complementary Color

#af965a #5a73af

#af965a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af965a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af965a Color CSS Codes

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

#af965a Text Font Color

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

This sample text font color is #af965a
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.


#af965a Background Color

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

This div background color is #af965a


#af965a Border Color

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

This div border color is #af965a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af965a


Comments

No comments written yet.

Please login to write comment.