#AFA89F

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

Shades of Cloudy #AFA89F

Tints of Cloudy #AFA89F

Color information

#AFA89F (or 0xAFA89F) is unknown color: approx Cloudy. HEX triplet: AF, A8 and 9F. RGB value is (175,168,159). Sum of RGB (Red+Green+Blue) = 175+168+159=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89F is #505760. Grayscale: #A9A9A9. Windows color (decimal): -5265249 or 10463407. OLE color: 10463407.

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

Color convert

RGB175168159-
CMYK00.040.090.31
HSL33.75º9.09%65.49%-
HSV(B)33.75º9.14%68.63%-
XYZ37.9439.6238.45-
YUV169.07122.32132.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=34.86%
G=33.47%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815900.040.090.3133.759.0965.49
HexAFA89F0491F22941
Octal2572502370411374211101
Binary101011111010100010011111010010011111110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA89F; }

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

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

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

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

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

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

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

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