#AFAEA9

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

Shades of Tana #AFAEA9

Tints of Tana #AFAEA9

Color information

#AFAEA9 (or 0xAFAEA9) is unknown color: approx Tana. HEX triplet: AF, AE and A9. RGB value is (175,174,169). Sum of RGB (Red+Green+Blue) = 175+174+169=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA9 is #505156. Grayscale: #ADADAD. Windows color (decimal): -5263703 or 11120303. OLE color: 11120303.

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

Color convert

RGB175174169-
CMYK00.010.030.31
HSL50º3.61%67.45%-
HSV(B)50º3.43%68.63%-
XYZ39.9842.2543.58-
YUV173.73125.33128.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=33.78%
G=33.59%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416900.010.030.31503.6167.45
HexAFAEA90131F32443
Octal25725625101337624103
Binary1010111110101110101010010111111111100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA9; }

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

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

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

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

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

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

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

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