#AFADA4

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

Shades of Tana #AFADA4

Tints of Tana #AFADA4

Color information

#AFADA4 (or 0xAFADA4) is unknown color: approx Tana. HEX triplet: AF, AD and A4. RGB value is (175,173,164). Sum of RGB (Red+Green+Blue) = 175+173+164=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA4 is #50525B. Grayscale: #ACACAC. Windows color (decimal): -5263964 or 10792367. OLE color: 10792367.

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

Color convert

RGB175173164-
CMYK00.010.060.31
HSL49.09º6.43%66.47%-
HSV(B)49.09º6.29%68.63%-
XYZ39.3241.6841.09-
YUV172.57123.16129.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=34.18%
G=33.79%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517316400.010.060.3149.096.4366.47
HexAFADA40161F31642
Octal25725524401637616102
Binary10101111101011011010010001110111111100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADA4; }

 p { color: rgb(175,173,164); }

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

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

 a { background-color: rgb(175,173,164); }

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

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

 span { border-color: rgb(175,173,164); }

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