#AFA89D

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

Shades of Cloudy #AFA89D

Tints of Cloudy #AFA89D

Color information

#AFA89D (or 0xAFA89D) is unknown color: approx Cloudy. HEX triplet: AF, A8 and 9D. RGB value is (175,168,157). Sum of RGB (Red+Green+Blue) = 175+168+157=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89D is #505762. Grayscale: #A8A8A8. Windows color (decimal): -5265251 or 10332335. OLE color: 10332335.

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

Color convert

RGB175168157-
CMYK00.040.100.31
HSL36.67º10.11%65.1%-
HSV(B)36.67º10.29%68.63%-
XYZ37.7739.5537.54-
YUV168.84121.32132.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=35%
G=33.6%
B=31.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815700.040.100.3136.6710.1165.1
HexAFA89D04A1F25a41
Octal2572502350412374512101
Binary101011111010100010011101010010101111110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA89D; }

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

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

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

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

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

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

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

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