#AAA396

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

Shades of Cloudy #AAA396

Tints of Cloudy #AAA396

Color information

#AAA396 (or 0xAAA396) is unknown color: approx Cloudy. HEX triplet: AA, A3 and 96. RGB value is (170,163,150). Sum of RGB (Red+Green+Blue) = 170+163+150=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA396 is #555C69. Grayscale: #A3A3A3. Windows color (decimal): -5594218 or 9872298. OLE color: 9872298.

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

Color convert

RGB170163150-
CMYK00.040.120.33
HSL39º10.53%62.75%-
HSV(B)39º11.76%66.67%-
XYZ35.1836.9434.13-
YUV163.61120.32132.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=35.20%
G=33.75%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016315000.040.120.333910.5362.75
HexAAA39604C2127b3f
Octal252243226041441471377
Binary101010101010001110010110010011001000011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA396; }

 p { color: rgb(170,163,150); }

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

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

 a { background-color: rgb(170,163,150); }

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

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

 span { border-color: rgb(170,163,150); }

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