#AAA49D

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

Shades of Cloudy #AAA49D

Tints of Cloudy #AAA49D

Color information

#AAA49D (or 0xAAA49D) is unknown color: approx Cloudy. HEX triplet: AA, A4 and 9D. RGB value is (170,164,157). Sum of RGB (Red+Green+Blue) = 170+164+157=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA49D is #555B62. Grayscale: #A5A5A5. Windows color (decimal): -5593955 or 10331306. OLE color: 10331306.

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

Color convert

RGB170164157-
CMYK00.040.080.33
HSL32.31º7.1%64.12%-
HSV(B)32.31º7.65%66.67%-
XYZ35.9437.5337.25-
YUV165123.49131.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=34.62%
G=33.40%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016415700.040.080.3332.317.164.12
HexAAA49D0482120740
Octal252244235041041407100
Binary101010101010010010011101010010001000011000001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA49D; }

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

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

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

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

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

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

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

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