#AFA79E

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

Shades of Cloudy #AFA79E

Tints of Cloudy #AFA79E

Color information

#AFA79E (or 0xAFA79E) is unknown color: approx Cloudy. HEX triplet: AF, A7 and 9E. RGB value is (175,167,158). Sum of RGB (Red+Green+Blue) = 175+167+158=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA79E is #505861. Grayscale: #A8A8A8. Windows color (decimal): -5265506 or 10397615. OLE color: 10397615.

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

Color convert

RGB175167158-
CMYK00.050.100.31
HSL31.76º9.6%65.29%-
HSV(B)31.76º9.71%68.63%-
XYZ37.6739.2237.93-
YUV168.37122.15132.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=35%
G=33.4%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516715800.050.100.3131.769.665.29
HexAFA79E05A1F20a41
Octal2572472360512374012101
Binary101011111010011110011110010110101111110000010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA79E; }

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

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

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

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

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

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

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

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