#AAA19B

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

Shades of Cloudy #AAA19B

Tints of Cloudy #AAA19B

Color information

#AAA19B (or 0xAAA19B) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 9B. RGB value is (170,161,155). Sum of RGB (Red+Green+Blue) = 170+161+155=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA19B is #555E64. Grayscale: #A3A3A3. Windows color (decimal): -5594725 or 10199466. OLE color: 10199466.

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

Color convert

RGB170161155-
CMYK00.050.090.33
HSL24º8.11%63.73%-
HSV(B)24º8.82%66.67%-
XYZ35.2436.436.18-
YUV163.01123.48132.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=34.98%
G=33.13%
B=31.89%

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
Decimal17016115500.050.090.33248.1163.73
HexAAA19B0592118840
Octal2522412330511413010100
Binary101010101010000110011011010110011000011100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA19B; }

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

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

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

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

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

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

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

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