#AFA8A0

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

Shades of Cloudy #AFA8A0

Tints of Cloudy #AFA8A0

Color information

#AFA8A0 (or 0xAFA8A0) is unknown color: approx Cloudy. HEX triplet: AF, A8 and A0. RGB value is (175,168,160). Sum of RGB (Red+Green+Blue) = 175+168+160=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A0 is #50575F. Grayscale: #A9A9A9. Windows color (decimal): -5265248 or 10528943. OLE color: 10528943.

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

Color convert

RGB175168160-
CMYK00.040.090.31
HSL32º8.57%65.69%-
HSV(B)32º8.57%68.63%-
XYZ38.0339.6638.91-
YUV169.18122.82132.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=34.79%
G=33.40%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516816000.040.090.31328.5765.69
HexAFA8A00491F20942
Octal2572502400411374011102
Binary101011111010100010100000010010011111110000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8A0; }

 p { color: rgb(175,168,160); }

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

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

 a { background-color: rgb(175,168,160); }

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

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

 span { border-color: rgb(175,168,160); }

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