#AFA79F

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

Shades of Cloudy #AFA79F

Tints of Cloudy #AFA79F

Color information

#AFA79F (or 0xAFA79F) is unknown color: approx Cloudy. HEX triplet: AF, A7 and 9F. RGB value is (175,167,159). Sum of RGB (Red+Green+Blue) = 175+167+159=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA79F is #505860. Grayscale: #A8A8A8. Windows color (decimal): -5265505 or 10463151. OLE color: 10463151.

HSL color Cylindrical-coordinate representation of color #AFA79F: hue angle of 30º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA79F is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175167159-
CMYK00.050.090.31
HSL30º9.09%65.49%-
HSV(B)30º9.14%68.63%-
XYZ37.7639.2538.39-
YUV168.48122.65132.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 167 (65.62% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=34.93%
G=33.33%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516715900.050.090.31309.0965.49
HexAFA79F0591F1e941
Octal2572472370511373611101
Binary10101111101001111001111101011001111111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA79F; }

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

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

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

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

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

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

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

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