#A9A49F

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

Shades of Cloudy #A9A49F

Tints of Cloudy #A9A49F

Color information

#A9A49F (or 0xA9A49F) is unknown color: approx Cloudy. HEX triplet: A9, A4 and 9F. RGB value is (169,164,159). Sum of RGB (Red+Green+Blue) = 169+164+159=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A49F is #565B60. Grayscale: #A4A4A4. Windows color (decimal): -5659489 or 10462377. OLE color: 10462377.

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

Color convert

RGB169164159-
CMYK00.030.060.34
HSL30º5.49%64.31%-
HSV(B)30º5.92%66.27%-
XYZ35.937.4938.15-
YUV164.92124.66130.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=34.35%
G=33.33%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916415900.030.060.34305.4964.31
HexA9A49F036221e540
Octal25124423703642365100
Binary101010011010010010011111011110100010111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A49F; }

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

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

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

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

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

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

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

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