#AAA299

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

Shades of Cloudy #AAA299

Tints of Cloudy #AAA299

Color information

#AAA299 (or 0xAAA299) is unknown color: approx Cloudy. HEX triplet: AA, A2 and 99. RGB value is (170,162,153). Sum of RGB (Red+Green+Blue) = 170+162+153=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA299 is #555D66. Grayscale: #A3A3A3. Windows color (decimal): -5594471 or 10068650. OLE color: 10068650.

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

Color convert

RGB170162153-
CMYK00.050.10.33
HSL31.76º9.09%63.33%-
HSV(B)31.76º10%66.67%-
XYZ35.2536.6935.36-
YUV163.37122.15132.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=35.05%
G=33.40%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016215300.050.10.3331.769.0963.33
HexAAA29905A212093f
Octal252242231051241401177
Binary101010101010001010011001010110101000011000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA299; }

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

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

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

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

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

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

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

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