#AFA99C

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

Shades of Cloudy #AFA99C

Tints of Cloudy #AFA99C

Color information

#AFA99C (or 0xAFA99C) is unknown color: approx Cloudy. HEX triplet: AF, A9 and 9C. RGB value is (175,169,156). Sum of RGB (Red+Green+Blue) = 175+169+156=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99C is #505663. Grayscale: #A9A9A9. Windows color (decimal): -5264996 or 10267055. OLE color: 10267055.

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

Color convert

RGB175169156-
CMYK00.030.110.31
HSL41.05º10.61%64.9%-
HSV(B)41.05º10.86%68.63%-
XYZ37.8739.8937.16-
YUV169.31120.49132.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=35%
G=33.8%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915600.030.110.3141.0510.6164.9
HexAFA99C03B1F29b41
Octal2572512340313375113101
Binary10101111101010011001110001110111111110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA99C; }

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

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

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

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

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

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

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

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