#AFA79D

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

Shades of Cloudy #AFA79D

Tints of Cloudy #AFA79D

Color information

#AFA79D (or 0xAFA79D) is unknown color: approx Cloudy. HEX triplet: AF, A7 and 9D. RGB value is (175,167,157). Sum of RGB (Red+Green+Blue) = 175+167+157=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA79D is #505862. Grayscale: #A8A8A8. Windows color (decimal): -5265507 or 10332079. OLE color: 10332079.

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

Color convert

RGB175167157-
CMYK00.050.100.31
HSL33.33º10.11%65.1%-
HSV(B)33.33º10.29%68.63%-
XYZ37.5839.1937.48-
YUV168.25121.65132.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=35.07%
G=33.47%
B=31.46%

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
Decimal17516715700.050.100.3133.3310.1165.1
HexAFA79D05A1F21a41
Octal2572472350512374112101
Binary101011111010011110011101010110101111110000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA79D; }

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

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

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

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

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

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

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

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