#AAA293

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

Shades of Cloudy #AAA293

Tints of Cloudy #AAA293

Color information

#AAA293 (or 0xAAA293) is unknown color: approx Cloudy. HEX triplet: AA, A2 and 93. RGB value is (170,162,147). Sum of RGB (Red+Green+Blue) = 170+162+147=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA293 is #555D6C. Grayscale: #A2A2A2. Windows color (decimal): -5594477 or 9675434. OLE color: 9675434.

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

Color convert

RGB170162147-
CMYK00.050.140.33
HSL39.13º11.92%62.16%-
HSV(B)39.13º13.53%66.67%-
XYZ34.7636.4932.82-
YUV162.68119.15133.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=35.49%
G=33.82%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214700.050.140.3339.1311.9262.16
HexAAA29305E2127c3e
Octal252242223051641471476
Binary101010101010001010010011010111101000011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA293; }

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

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

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

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

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

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

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

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