#AFA79C

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

Shades of Cloudy #AFA79C

Tints of Cloudy #AFA79C

Color information

#AFA79C (or 0xAFA79C) is unknown color: approx Cloudy. HEX triplet: AF, A7 and 9C. RGB value is (175,167,156). Sum of RGB (Red+Green+Blue) = 175+167+156=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA79C is #505863. Grayscale: #A8A8A8. Windows color (decimal): -5265508 or 10266543. OLE color: 10266543.

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

Color convert

RGB175167156-
CMYK00.050.110.31
HSL34.74º10.61%64.9%-
HSV(B)34.74º10.86%68.63%-
XYZ37.539.1537.03-
YUV168.14121.15132.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=35.14%
G=33.53%
B=31.33%

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
Decimal17516715600.050.110.3134.7410.6164.9
HexAFA79C05B1F23b41
Octal2572472340513374313101
Binary101011111010011110011100010110111111110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA79C; }

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

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

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

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

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

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

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

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