#AFA497

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

Shades of Cloudy #AFA497

Tints of Cloudy #AFA497

Color information

#AFA497 (or 0xAFA497) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 97. RGB value is (175,164,151). Sum of RGB (Red+Green+Blue) = 175+164+151=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA497 is #505B68. Grayscale: #A5A5A5. Windows color (decimal): -5266281 or 9938095. OLE color: 9938095.

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

Color convert

RGB175164151-
CMYK00.060.140.31
HSL32.5º13.04%63.92%-
HSV(B)32.5º13.71%68.63%-
XYZ36.5437.934.67-
YUV165.81119.64134.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=35.71%
G=33.47%
B=30.82%

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
Decimal17516415100.060.140.3132.513.0463.92
HexAFA49706E1F21d40
Octal2572442270616374115100
Binary101011111010010010010111011011101111110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA497; }

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

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

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

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

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

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

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

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