#AAA19A

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

Shades of Cloudy #AAA19A

Tints of Cloudy #AAA19A

Color information

#AAA19A (or 0xAAA19A) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 9A. RGB value is (170,161,154). Sum of RGB (Red+Green+Blue) = 170+161+154=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA19A is #555E65. Grayscale: #A2A2A2. Windows color (decimal): -5594726 or 10133930. OLE color: 10133930.

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

Color convert

RGB170161154-
CMYK00.050.090.33
HSL26.25º8.6%63.53%-
HSV(B)26.25º9.41%66.67%-
XYZ35.1636.3735.74-
YUV162.89122.98133.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=35.05%
G=33.20%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016115400.050.090.3326.258.663.53
HexAAA19A059211a940
Octal2522412320511413211100
Binary101010101010000110011010010110011000011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA19A; }

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

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

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

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

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

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

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

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