#AFA69C

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

Shades of Cloudy #AFA69C

Tints of Cloudy #AFA69C

Color information

#AFA69C (or 0xAFA69C) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 9C. RGB value is (175,166,156). Sum of RGB (Red+Green+Blue) = 175+166+156=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA69C is #505963. Grayscale: #A7A7A7. Windows color (decimal): -5265764 or 10266287. OLE color: 10266287.

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

Color convert

RGB175166156-
CMYK00.050.110.31
HSL31.58º10.61%64.9%-
HSV(B)31.58º10.86%68.63%-
XYZ37.3238.7936.97-
YUV167.55121.48133.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=35.21%
G=33.40%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516615600.050.110.3131.5810.6164.9
HexAFA69C05B1F20b41
Octal2572462340513374013101
Binary101011111010011010011100010110111111110000010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA69C; }

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

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

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

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

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

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

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

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