#AFA599

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

Shades of Cloudy #AFA599

Tints of Cloudy #AFA599

Color information

#AFA599 (or 0xAFA599) is unknown color: approx Cloudy. HEX triplet: AF, A5 and 99. RGB value is (175,165,153). Sum of RGB (Red+Green+Blue) = 175+165+153=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA599 is #505A66. Grayscale: #A6A6A6. Windows color (decimal): -5266023 or 10069423. OLE color: 10069423.

HSL color Cylindrical-coordinate representation of color #AFA599: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA599 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175165153-
CMYK00.060.130.31
HSL32.73º12.09%64.31%-
HSV(B)32.73º12.57%68.63%-
XYZ36.8838.3235.59-
YUV166.62120.31133.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=35.50%
G=33.47%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516515300.060.130.3132.7312.0964.31
HexAFA59906D1F21c40
Octal2572452310615374114100
Binary101011111010010110011001011011011111110000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA599; }

 p { color: rgb(175,165,153); }

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

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

 a { background-color: rgb(175,165,153); }

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

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

 span { border-color: rgb(175,165,153); }

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