#AFAA9E

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

Shades of Cloudy #AFAA9E

Tints of Cloudy #AFAA9E

Color information

#AFAA9E (or 0xAFAA9E) is unknown color: approx Cloudy. HEX triplet: AF, AA and 9E. RGB value is (175,170,158). Sum of RGB (Red+Green+Blue) = 175+170+158=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA9E is #505561. Grayscale: #AAAAAA. Windows color (decimal): -5264738 or 10398383. OLE color: 10398383.

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

Color convert

RGB175170158-
CMYK00.030.100.31
HSL42.35º9.6%65.29%-
HSV(B)42.35º9.71%68.63%-
XYZ38.2340.3338.12-
YUV170.13121.16131.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=34.79%
G=33.80%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517015800.030.100.3142.359.665.29
HexAFAA9E03A1F2aa41
Octal2572522360312375212101
Binary10101111101010101001111001110101111110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA9E; }

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

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

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

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

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

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

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

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