#AAAB9D

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

Shades of Star Dust #AAAB9D

Tints of Star Dust #AAAB9D

Color information

#AAAB9D (or 0xAAAB9D) is unknown color: approx Star Dust. HEX triplet: AA, AB and 9D. RGB value is (170,171,157). Sum of RGB (Red+Green+Blue) = 170+171+157=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9D is #555462. Grayscale: #A9A9A9. Windows color (decimal): -5592163 or 10333098. OLE color: 10333098.

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

Color convert

RGB170171157-
CMYK0.0100.080.33
HSL64.29º7.69%64.31%-
HSV(B)64.29º8.19%67.06%-
XYZ37.2340.1137.68-
YUV169.1121.17128.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=34.14%
G=34.34%
B=31.53%

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
Decimal1701711570.0100.080.3364.297.6964.31
HexAAAB9D1082140840
Octal25225323510104110010100
Binary101010101010101110011101101000100001100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB9D; }

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

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

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

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

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

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

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

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