#AFAEAA

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

Shades of Tana #AFAEAA

Tints of Tana #AFAEAA

Color information

#AFAEAA (or 0xAFAEAA) is unknown color: approx Tana. HEX triplet: AF, AE and AA. RGB value is (175,174,170). Sum of RGB (Red+Green+Blue) = 175+174+170=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEAA is #505155. Grayscale: #ADADAD. Windows color (decimal): -5263702 or 11185839. OLE color: 11185839.

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

Color convert

RGB175174170-
CMYK00.010.030.31
HSL48º3.03%67.65%-
HSV(B)48º2.86%68.63%-
XYZ40.0742.2944.08-
YUV173.84125.83128.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=33.72%
G=33.53%
B=32.76%

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
Decimal17517417000.010.030.31483.0367.65
HexAFAEAA0131F30344
Octal25725625201337603104
Binary101011111010111010101010011111111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEAA; }

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

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

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

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

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

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

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

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