#AAA093

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

Shades of Cloudy #AAA093

Tints of Cloudy #AAA093

Color information

#AAA093 (or 0xAAA093) is unknown color: approx Cloudy. HEX triplet: AA, A0 and 93. RGB value is (170,160,147). Sum of RGB (Red+Green+Blue) = 170+160+147=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA093 is #555F6C. Grayscale: #A1A1A1. Windows color (decimal): -5594989 or 9674922. OLE color: 9674922.

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

Color convert

RGB170160147-
CMYK00.060.140.33
HSL33.91º11.92%62.16%-
HSV(B)33.91º13.53%66.67%-
XYZ34.4135.7932.7-
YUV161.51119.81134.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=35.64%
G=33.54%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016014700.060.140.3333.9111.9262.16
HexAAA09306E2122c3e
Octal252240223061641421476
Binary101010101010000010010011011011101000011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA093; }

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

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

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

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

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

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

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

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