#AFA99F

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

Shades of Cloudy #AFA99F

Tints of Cloudy #AFA99F

Color information

#AFA99F (or 0xAFA99F) is unknown color: approx Cloudy. HEX triplet: AF, A9 and 9F. RGB value is (175,169,159). Sum of RGB (Red+Green+Blue) = 175+169+159=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99F is #505660. Grayscale: #A9A9A9. Windows color (decimal): -5264993 or 10463663. OLE color: 10463663.

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

Color convert

RGB175169159-
CMYK00.030.090.31
HSL37.5º9.09%65.49%-
HSV(B)37.5º9.14%68.63%-
XYZ38.1339.9938.51-
YUV169.65121.99131.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=34.79%
G=33.60%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915900.030.090.3137.59.0965.49
HexAFA99F0391F26941
Octal2572512370311374611101
Binary10101111101010011001111101110011111110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA99F; }

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

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

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

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

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

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

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

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