#AFA595

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

Shades of Cloudy #AFA595

Tints of Cloudy #AFA595

Color information

#AFA595 (or 0xAFA595) is unknown color: approx Cloudy. HEX triplet: AF, A5 and 95. RGB value is (175,165,149). Sum of RGB (Red+Green+Blue) = 175+165+149=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA595 is #505A6A. Grayscale: #A6A6A6. Windows color (decimal): -5266027 or 9807279. OLE color: 9807279.

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

Color convert

RGB175165149-
CMYK00.060.150.31
HSL36.92º13.98%63.53%-
HSV(B)36.92º14.86%68.63%-
XYZ36.5638.1933.88-
YUV166.17118.31134.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=35.79%
G=33.74%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516514900.060.150.3136.9213.9863.53
HexAFA59506F1F25e40
Octal2572452250617374516100
Binary101011111010010110010101011011111111110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA595; }

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

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

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

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

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

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

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

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