#A9A297

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

Shades of Cloudy #A9A297

Tints of Cloudy #A9A297

Color information

#A9A297 (or 0xA9A297) is unknown color: approx Cloudy. HEX triplet: A9, A2 and 97. RGB value is (169,162,151). Sum of RGB (Red+Green+Blue) = 169+162+151=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A297 is #565D68. Grayscale: #A2A2A2. Windows color (decimal): -5660009 or 9937577. OLE color: 9937577.

HSL color Cylindrical-coordinate representation of color #A9A297: hue angle of 36.67º 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 #A9A297 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169162151-
CMYK00.040.110.34
HSL36.67º9.47%62.75%-
HSV(B)36.67º10.65%66.27%-
XYZ34.8736.5134.49-
YUV162.84121.32132.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=35.06%
G=33.61%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916215100.040.110.3436.679.4762.75
HexA9A29704B222593f
Octal251242227041342451177
Binary101010011010001010010111010010111000101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A297; }

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

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

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

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

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

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

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

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