#A9A49A

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

Shades of Cloudy #A9A49A

Tints of Cloudy #A9A49A

Color information

#A9A49A (or 0xA9A49A) is unknown color: approx Cloudy. HEX triplet: A9, A4 and 9A. RGB value is (169,164,154). Sum of RGB (Red+Green+Blue) = 169+164+154=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A49A is #565B65. Grayscale: #A4A4A4. Windows color (decimal): -5659494 or 10134697. OLE color: 10134697.

HSL color Cylindrical-coordinate representation of color #A9A49A: hue angle of 40º degrees, saturation: 0.08, 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 #A9A49A is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169164154-
CMYK00.030.090.34
HSL40º8.02%63.33%-
HSV(B)40º8.88%66.27%-
XYZ35.4737.3235.91-
YUV164.36122.16131.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=34.70%
G=33.68%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916415400.030.090.34408.0263.33
HexA9A49A039222883f
Octal251244232031142501077
Binary10101001101001001001101001110011000101010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A49A; }

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

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

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

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

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

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

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

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