#A9A199

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

Shades of Cloudy #A9A199

Tints of Cloudy #A9A199

Color information

#A9A199 (or 0xA9A199) is unknown color: approx Cloudy. HEX triplet: A9, A1 and 99. RGB value is (169,161,153). Sum of RGB (Red+Green+Blue) = 169+161+153=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A199 is #565E66. Grayscale: #A2A2A2. Windows color (decimal): -5660263 or 10068393. OLE color: 10068393.

HSL color Cylindrical-coordinate representation of color #A9A199: 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.09%. Process color model (Four color, CMYK) of #A9A199 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169161153-
CMYK00.050.090.34
HSL30º8.51%63.14%-
HSV(B)30º9.47%66.27%-
XYZ34.8636.2235.29-
YUV162.48122.65132.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=34.99%
G=33.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916115300.050.090.34308.5163.14
HexA9A199059221e93f
Octal251241231051142361177
Binary10101001101000011001100101011001100010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A199; }

 p { color: rgb(169,161,153); }

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

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

 a { background-color: rgb(169,161,153); }

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

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

 span { border-color: rgb(169,161,153); }

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