#AFA99E

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

Shades of Cloudy #AFA99E

Tints of Cloudy #AFA99E

Color information

#AFA99E (or 0xAFA99E) is unknown color: approx Cloudy. HEX triplet: AF, A9 and 9E. RGB value is (175,169,158). Sum of RGB (Red+Green+Blue) = 175+169+158=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99E is #505661. Grayscale: #A9A9A9. Windows color (decimal): -5264994 or 10398127. OLE color: 10398127.

HSL color Cylindrical-coordinate representation of color #AFA99E: hue angle of 38.82º 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 #AFA99E is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175169158-
CMYK00.030.100.31
HSL38.82º9.6%65.29%-
HSV(B)38.82º9.71%68.63%-
XYZ38.0439.9638.06-
YUV169.54121.49131.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=34.86%
G=33.67%
B=31.47%

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
Decimal17516915800.030.100.3138.829.665.29
HexAFA99E03A1F27a41
Octal2572512360312374712101
Binary10101111101010011001111001110101111110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA99E; }

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

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

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

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

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

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

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

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