#AFA69F

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

Shades of Cloudy #AFA69F

Tints of Cloudy #AFA69F

Color information

#AFA69F (or 0xAFA69F) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 9F. RGB value is (175,166,159). Sum of RGB (Red+Green+Blue) = 175+166+159=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA69F is #505960. Grayscale: #A7A7A7. Windows color (decimal): -5265761 or 10462895. OLE color: 10462895.

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

Color convert

RGB175166159-
CMYK00.050.090.31
HSL26.25º9.09%65.49%-
HSV(B)26.25º9.14%68.63%-
XYZ37.5738.8938.33-
YUV167.89122.98133.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=35%
G=33.2%
B=31.8%

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
Decimal17516615900.050.090.3126.259.0965.49
HexAFA69F0591F1a941
Octal2572462370511373211101
Binary10101111101001101001111101011001111111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA69F; }

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

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

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

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

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

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

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

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