#A9A49E

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

Shades of Cloudy #A9A49E

Tints of Cloudy #A9A49E

Color information

#A9A49E (or 0xA9A49E) is unknown color: approx Cloudy. HEX triplet: A9, A4 and 9E. RGB value is (169,164,158). Sum of RGB (Red+Green+Blue) = 169+164+158=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A49E is #565B61. Grayscale: #A4A4A4. Windows color (decimal): -5659490 or 10396841. OLE color: 10396841.

HSL color Cylindrical-coordinate representation of color #A9A49E: hue angle of 32.73º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9A49E is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169164158-
CMYK00.030.070.34
HSL32.73º6.01%64.12%-
HSV(B)32.73º6.51%66.27%-
XYZ35.8137.4537.69-
YUV164.81124.16130.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=34.42%
G=33.40%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916415800.030.070.3432.736.0164.12
HexA9A49E0372221640
Octal25124423603742416100
Binary1010100110100100100111100111111000101000011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A49E; }

 p { color: rgb(169,164,158); }

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

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

 a { background-color: rgb(169,164,158); }

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

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

 span { border-color: rgb(169,164,158); }

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