#AAA399

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

Shades of Cloudy #AAA399

Tints of Cloudy #AAA399

Color information

#AAA399 (or 0xAAA399) is unknown color: approx Cloudy. HEX triplet: AA, A3 and 99. RGB value is (170,163,153). Sum of RGB (Red+Green+Blue) = 170+163+153=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA399 is #555C66. Grayscale: #A4A4A4. Windows color (decimal): -5594215 or 10068906. OLE color: 10068906.

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

Color convert

RGB170163153-
CMYK00.040.10.33
HSL35.29º9.09%63.33%-
HSV(B)35.29º10%66.67%-
XYZ35.4237.0435.42-
YUV163.95121.82132.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=34.98%
G=33.54%
B=31.48%

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
Decimal17016315300.040.10.3335.299.0963.33
HexAAA39904A212393f
Octal252243231041241431177
Binary101010101010001110011001010010101000011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA399; }

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

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

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

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

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

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

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

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