#A9A39A

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

Shades of Cloudy #A9A39A

Tints of Cloudy #A9A39A

Color information

#A9A39A (or 0xA9A39A) is unknown color: approx Cloudy. HEX triplet: A9, A3 and 9A. RGB value is (169,163,154). Sum of RGB (Red+Green+Blue) = 169+163+154=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A39A is #565C65. Grayscale: #A3A3A3. Windows color (decimal): -5659750 or 10134441. OLE color: 10134441.

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

Color convert

RGB169163154-
CMYK00.040.090.34
HSL36º8.02%63.33%-
HSV(B)36º8.88%66.27%-
XYZ35.2936.9635.85-
YUV163.77122.49131.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=34.77%
G=33.54%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916315400.040.090.34368.0263.33
HexA9A39A049222483f
Octal251243232041142441077
Binary101010011010001110011010010010011000101001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A39A; }

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

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

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

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

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

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

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

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