#AFA89C

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

Shades of Cloudy #AFA89C

Tints of Cloudy #AFA89C

Color information

#AFA89C (or 0xAFA89C) is unknown color: approx Cloudy. HEX triplet: AF, A8 and 9C. RGB value is (175,168,156). Sum of RGB (Red+Green+Blue) = 175+168+156=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89C is #505763. Grayscale: #A8A8A8. Windows color (decimal): -5265252 or 10266799. OLE color: 10266799.

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

Color convert

RGB175168156-
CMYK00.040.110.31
HSL37.89º10.61%64.9%-
HSV(B)37.89º10.86%68.63%-
XYZ37.6839.5237.09-
YUV168.72120.82132.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=35.07%
G=33.67%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815600.040.110.3137.8910.6164.9
HexAFA89C04B1F26b41
Octal2572502340413374613101
Binary101011111010100010011100010010111111110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA89C; }

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

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

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

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

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

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

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

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