#AAA39A

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

Shades of Cloudy #AAA39A

Tints of Cloudy #AAA39A

Color information

#AAA39A (or 0xAAA39A) is unknown color: approx Cloudy. HEX triplet: AA, A3 and 9A. RGB value is (170,163,154). Sum of RGB (Red+Green+Blue) = 170+163+154=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA39A is #555C65. Grayscale: #A4A4A4. Windows color (decimal): -5594214 or 10134442. OLE color: 10134442.

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

Color convert

RGB170163154-
CMYK00.040.090.33
HSL33.75º8.6%63.53%-
HSV(B)33.75º9.41%66.67%-
XYZ35.5137.0735.86-
YUV164.07122.32132.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=34.91%
G=33.47%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016315400.040.090.3333.758.663.53
HexAAA39A0492122940
Octal2522432320411414211100
Binary1010101010100011100110100100100110000110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA39A; }

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

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

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

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

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

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

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

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