#AAA294

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

Shades of Cloudy #AAA294

Tints of Cloudy #AAA294

Color information

#AAA294 (or 0xAAA294) is unknown color: approx Cloudy. HEX triplet: AA, A2 and 94. RGB value is (170,162,148). Sum of RGB (Red+Green+Blue) = 170+162+148=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA294 is #555D6B. Grayscale: #A2A2A2. Windows color (decimal): -5594476 or 9740970. OLE color: 9740970.

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

Color convert

RGB170162148-
CMYK00.050.130.33
HSL38.18º11.46%62.35%-
HSV(B)38.18º12.94%66.67%-
XYZ34.8436.5233.23-
YUV162.8119.65133.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=35.42%
G=33.75%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214800.050.130.3338.1811.4662.35
HexAAA29405D2126b3e
Octal252242224051541461376
Binary101010101010001010010100010111011000011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA294; }

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

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

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

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

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

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

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

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