#AFA297

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

Shades of Cloudy #AFA297

Tints of Cloudy #AFA297

Color information

#AFA297 (or 0xAFA297) is unknown color: approx Cloudy. HEX triplet: AF, A2 and 97. RGB value is (175,162,151). Sum of RGB (Red+Green+Blue) = 175+162+151=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA297 is #505D68. Grayscale: #A4A4A4. Windows color (decimal): -5266793 or 9937583. OLE color: 9937583.

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

Color convert

RGB175162151-
CMYK00.070.140.31
HSL27.5º13.04%63.92%-
HSV(B)27.5º13.71%68.63%-
XYZ36.1937.1934.55-
YUV164.63120.31135.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=35.86%
G=33.20%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516215100.070.140.3127.513.0463.92
HexAFA29707E1F1cd40
Octal2572422270716373415100
Binary10101111101000101001011101111110111111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA297; }

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

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

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

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

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

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

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

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