#AFA99D

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

Shades of Cloudy #AFA99D

Tints of Cloudy #AFA99D

Color information

#AFA99D (or 0xAFA99D) is unknown color: approx Cloudy. HEX triplet: AF, A9 and 9D. RGB value is (175,169,157). Sum of RGB (Red+Green+Blue) = 175+169+157=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99D is #505662. Grayscale: #A9A9A9. Windows color (decimal): -5264995 or 10332591. OLE color: 10332591.

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

Color convert

RGB175169157-
CMYK00.030.100.31
HSL40º10.11%65.1%-
HSV(B)40º10.29%68.63%-
XYZ37.9539.9237.6-
YUV169.43120.99131.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=34.93%
G=33.73%
B=31.34%

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
Decimal17516915700.030.100.314010.1165.1
HexAFA99D03A1F28a41
Octal2572512350312375012101
Binary10101111101010011001110101110101111110100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA99D; }

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

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

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

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

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

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

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

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