#A9A296

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

Shades of Cloudy #A9A296

Tints of Cloudy #A9A296

Color information

#A9A296 (or 0xA9A296) is unknown color: approx Cloudy. HEX triplet: A9, A2 and 96. RGB value is (169,162,150). Sum of RGB (Red+Green+Blue) = 169+162+150=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A296 is #565D69. Grayscale: #A2A2A2. Windows color (decimal): -5660010 or 9872041. OLE color: 9872041.

HSL color Cylindrical-coordinate representation of color #A9A296: hue angle of 37.89º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9A296 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169162150-
CMYK00.040.110.34
HSL37.89º9.95%62.55%-
HSV(B)37.89º11.24%66.27%-
XYZ34.7936.4834.06-
YUV162.72120.82132.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=35.14%
G=33.68%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916215000.040.110.3437.899.9562.55
HexA9A29604B2226a3f
Octal251242226041342461277
Binary101010011010001010010110010010111000101001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A296; }

 p { color: rgb(169,162,150); }

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

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

 a { background-color: rgb(169,162,150); }

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

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

 span { border-color: rgb(169,162,150); }

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