#AFA69E

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

Shades of Cloudy #AFA69E

Tints of Cloudy #AFA69E

Color information

#AFA69E (or 0xAFA69E) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 9E. RGB value is (175,166,158). Sum of RGB (Red+Green+Blue) = 175+166+158=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA69E is #505961. Grayscale: #A7A7A7. Windows color (decimal): -5265762 or 10397359. OLE color: 10397359.

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

Color convert

RGB175166158-
CMYK00.050.100.31
HSL28.24º9.6%65.29%-
HSV(B)28.24º9.71%68.63%-
XYZ37.4938.8637.87-
YUV167.78122.48133.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=35.07%
G=33.27%
B=31.66%

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
Decimal17516615800.050.100.3128.249.665.29
HexAFA69E05A1F1ca41
Octal2572462360512373412101
Binary10101111101001101001111001011010111111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA69E; }

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

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

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

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

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

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

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

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