#AFAEA2

Color #AFAEA2 Tana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tana #AFAEA2

Tints of Tana #AFAEA2

Color information

#AFAEA2 (or 0xAFAEA2) is unknown color: approx Tana. HEX triplet: AF, AE and A2. RGB value is (175,174,162). Sum of RGB (Red+Green+Blue) = 175+174+162=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA2 is #50515D. Grayscale: #ACACAC. Windows color (decimal): -5263710 or 10661551. OLE color: 10661551.

HSL color Cylindrical-coordinate representation of color #AFAEA2: hue angle of 55.38º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFAEA2 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175174162-
CMYK00.010.070.31
HSL55.38º7.51%66.08%-
HSV(B)55.38º7.43%68.63%-
XYZ39.3441.9940.21-
YUV172.93121.83129.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=34.25%
G=34.05%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416200.010.070.3155.387.5166.08
HexAFAEA20171F37842
Octal257256242017376710102
Binary101011111010111010100010011111111111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA2; }

 p { color: rgb(175,174,162); }

 H1.HeaderClassName
 {
   color: #AFAEA2;
 }
 .AnyTagClassName
 {
   color: #AFAEA2;
 }
</style>
background-color css

<style>
 a { background-color: #AFAEA2; }

 a { background-color: rgb(175,174,162); }

 div.DivClassName
 {
   background-color: #AFAEA2;
 }
 .BgClassName
 {
   background-color: #AFAEA2;
 }
</style>
border-color css

<style>
 span { border-color: #AFAEA2; }

 span { border-color: rgb(175,174,162); }

 td.TdClassName
 {
   border-color: #AFAEA2;
 }
 .TagClassName
 {
   border-color: #AFAEA2;
 }
</style>