#AFAEAB

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

Shades of Tana #AFAEAB

Tints of Tana #AFAEAB

Color information

#AFAEAB (or 0xAFAEAB) is unknown color: approx Tana. HEX triplet: AF, AE and AB. RGB value is (175,174,171). Sum of RGB (Red+Green+Blue) = 175+174+171=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEAB is #505154. Grayscale: #ADADAD. Windows color (decimal): -5263701 or 11251375. OLE color: 11251375.

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

Color convert

RGB175174171-
CMYK00.010.020.31
HSL45º2.44%67.84%-
HSV(B)45º2.29%68.63%-
XYZ40.1742.3344.58-
YUV173.96126.33128.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=33.65%
G=33.46%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517417100.010.020.31452.4467.84
HexAFAEAB0121F2d244
Octal25725625301237552104
Binary101011111010111010101011011011111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEAB; }

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

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

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

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

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

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

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

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