#AFA597

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

Shades of Cloudy #AFA597

Tints of Cloudy #AFA597

Color information

#AFA597 (or 0xAFA597) is unknown color: approx Cloudy. HEX triplet: AF, A5 and 97. RGB value is (175,165,151). Sum of RGB (Red+Green+Blue) = 175+165+151=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA597 is #505A68. Grayscale: #A6A6A6. Windows color (decimal): -5266025 or 9938351. OLE color: 9938351.

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

Color convert

RGB175165151-
CMYK00.060.140.31
HSL35º13.04%63.92%-
HSV(B)35º13.71%68.63%-
XYZ36.7238.2634.73-
YUV166.39119.31134.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=35.64%
G=33.60%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516515100.060.140.313513.0463.92
HexAFA59706E1F23d40
Octal2572452270616374315100
Binary101011111010010110010111011011101111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA597; }

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

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

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

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

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

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

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

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