#AAA095

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

Shades of Cloudy #AAA095

Tints of Cloudy #AAA095

Color information

#AAA095 (or 0xAAA095) is unknown color: approx Cloudy. HEX triplet: AA, A0 and 95. RGB value is (170,160,149). Sum of RGB (Red+Green+Blue) = 170+160+149=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA095 is #555F6A. Grayscale: #A1A1A1. Windows color (decimal): -5594987 or 9805994. OLE color: 9805994.

HSL color Cylindrical-coordinate representation of color #AAA095: hue angle of 31.43º 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 #AAA095 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170160149-
CMYK00.060.120.33
HSL31.43º10.99%62.55%-
HSV(B)31.43º12.35%66.67%-
XYZ34.5735.8633.53-
YUV161.74120.81133.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=35.49%
G=33.40%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016014900.060.120.3331.4310.9962.55
HexAAA09506C211fb3f
Octal252240225061441371377
Binary10101010101000001001010101101100100001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA095; }

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

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

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

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

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

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

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

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