#AAAB9E

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

Shades of Star Dust #AAAB9E

Tints of Star Dust #AAAB9E

Color information

#AAAB9E (or 0xAAAB9E) is unknown color: approx Star Dust. HEX triplet: AA, AB and 9E. RGB value is (170,171,158). Sum of RGB (Red+Green+Blue) = 170+171+158=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9E is #555461. Grayscale: #A9A9A9. Windows color (decimal): -5592162 or 10398634. OLE color: 10398634.

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

Color convert

RGB170171158-
CMYK0.0100.080.33
HSL64.62º7.18%64.51%-
HSV(B)64.62º7.6%67.06%-
XYZ37.3140.1438.13-
YUV169.22121.67128.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=34.07%
G=34.27%
B=31.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711580.0100.080.3364.627.1864.51
HexAAAB9E1082141741
Octal2522532361010411017101
Binary10101010101010111001111010100010000110000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB9E; }

 p { color: rgb(170,171,158); }

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

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

 a { background-color: rgb(170,171,158); }

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

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

 span { border-color: rgb(170,171,158); }

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