#AAA499

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

Shades of Cloudy #AAA499

Tints of Cloudy #AAA499

Color information

#AAA499 (or 0xAAA499) is unknown color: approx Cloudy. HEX triplet: AA, A4 and 99. RGB value is (170,164,153). Sum of RGB (Red+Green+Blue) = 170+164+153=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA499 is #555B66. Grayscale: #A4A4A4. Windows color (decimal): -5593959 or 10069162. OLE color: 10069162.

HSL color Cylindrical-coordinate representation of color #AAA499: hue angle of 38.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA499 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170164153-
CMYK00.040.10.33
HSL38.82º9.09%63.33%-
HSV(B)38.82º10%66.67%-
XYZ35.637.435.48-
YUV164.54121.49131.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=34.91%
G=33.68%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016415300.040.10.3338.829.0963.33
HexAAA49904A212793f
Octal252244231041241471177
Binary101010101010010010011001010010101000011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA499; }

 p { color: rgb(170,164,153); }

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

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

 a { background-color: rgb(170,164,153); }

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

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

 span { border-color: rgb(170,164,153); }

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