Color Hex Logo

#afa296 Color Hex

#AFA296
(175,162,150)
0 Favorites   0 Comments

Color spaces of #afa296

RGB 175162150
HSL0.080.140.64
HSV29°14°69°
CMYK 0.000.070.14   0.31
XYZ36.104537.156634.1232
Yxy37.15660.33620.3460
Hunter Lab60.9562-0.94749.4789
CIE-Lab67.39442.65477.9333

#afa296 color RGB value is (175,162,150).

#afa296 hex color red value is 175, green value is 162 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afa296 hue: 0.08 , saturation: 0.14 and the lightness value of afa296 is 0.64.

The process color (four color CMYK) of #afa296 color hex is 0.00, 0.07, 0.14, 0.31. Web safe color of #afa296 is #999999. Color #afa296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 10010110
Octal 257 242 226
Decimal 175 162 150
Hex AF A2 96

RGB Percentages of Color #afa296

%35.93
%33.26
%30.80

CMYK Percentages of Color #afa296

%0
%7
%14
%31

Triadic Colors of #afa296

#afa296 #96afa2 #a296af

Analogous Colors of #afa296

#afa296 #afaf96 #af9697

Monochromatic Colors of #afa296

#afa296

Complementary Color

#afa296 #96a3af

#afa296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa296 Color CSS Codes

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

#afa296 Text Font Color

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

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


#afa296 Background Color

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

This div background color is #afa296


#afa296 Border Color

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

This div border color is #afa296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa296


Comments

No comments written yet.

Please login to write comment.