#A9A097

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

Shades of Cloudy #A9A097

Tints of Cloudy #A9A097

Color information

#A9A097 (or 0xA9A097) is unknown color: approx Cloudy. HEX triplet: A9, A0 and 97. RGB value is (169,160,151). Sum of RGB (Red+Green+Blue) = 169+160+151=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A097 is #565F68. Grayscale: #A1A1A1. Windows color (decimal): -5660521 or 9937065. OLE color: 9937065.

HSL color Cylindrical-coordinate representation of color #A9A097: hue angle of 30º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9A097 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169160151-
CMYK00.050.110.34
HSL30º9.47%62.75%-
HSV(B)30º10.65%66.27%-
XYZ34.5235.8134.37-
YUV161.66121.98133.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=35.21%
G=33.33%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916015100.050.110.34309.4762.75
HexA9A09705B221e93f
Octal251240227051342361177
Binary10101001101000001001011101011011100010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A097; }

 p { color: rgb(169,160,151); }

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

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

 a { background-color: rgb(169,160,151); }

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

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

 span { border-color: rgb(169,160,151); }

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