#AAA295

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

Shades of Cloudy #AAA295

Tints of Cloudy #AAA295

Color information

#AAA295 (or 0xAAA295) is unknown color: approx Cloudy. HEX triplet: AA, A2 and 95. RGB value is (170,162,149). Sum of RGB (Red+Green+Blue) = 170+162+149=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA295 is #555D6A. Grayscale: #A2A2A2. Windows color (decimal): -5594475 or 9806506. OLE color: 9806506.

HSL color Cylindrical-coordinate representation of color #AAA295: hue angle of 37.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA295 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170162149-
CMYK00.050.120.33
HSL37.14º10.99%62.55%-
HSV(B)37.14º12.35%66.67%-
XYZ34.9236.5633.65-
YUV162.91120.15133.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=35.34%
G=33.68%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214900.050.120.3337.1410.9962.55
HexAAA29505C2125b3f
Octal252242225051441451377
Binary101010101010001010010101010111001000011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA295; }

 p { color: rgb(170,162,149); }

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

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

 a { background-color: rgb(170,162,149); }

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

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

 span { border-color: rgb(170,162,149); }

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