Html Css Color HEX #AAAB9E Star Dust

📋 copy color: '#AAAB9E'

red 170 ◦ green 171 ◦ blue 158

#AAAB9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #AAAB9E

Tints of Star Dust #AAAB9E

RGB

 RED value IS 170 (66.8% 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 value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AAAB9E (or 0xAAAB9E) is known color: 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

RGB 170 171 158 -
CMYK 0.01 0 0.08 0.33
HSL 64.62º 0.07% 0.65% -
HSV(B) 64.62º 0.08% 0.67% -
XYZ 37.31 40.14 38.13 -
YUV 169.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 170 171 158 0.01 0 0.08 0.33 64.62 0.07 0.65
Hex AA AB 9E 1 0 8 21 41 7 41
Octal 252 253 236 1 0 10 41 101 7 101
Binary 10101010 10101011 10011110 1 0 1000 100001 1000001 111 1000001

Color Harmonies of #AAAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB9E

Black with #AAAB9E

Text Example


Text Example

White with #AAAB9E

Text Example


Text Example

HTML Codes & Css Web 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>