Html Css Color HEX #AAAB9D Star Dust

📋 copy color: '#AAAB9D'

red 170 ◦ green 171 ◦ blue 157

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

Shades of Star Dust #AAAB9D

Tints of Star Dust #AAAB9D

RGB

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

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

RGB 170 171 157 -
CMYK 0.01 0 0.08 0.33
HSL 64.29º 0.08% 0.64% -
HSV(B) 64.29º 0.08% 0.67% -
XYZ 37.23 40.11 37.68 -
YUV 169.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 170 171 157 0.01 0 0.08 0.33 64.29 0.08 0.64
Hex AA AB 9D 1 0 8 21 40 8 40
Octal 252 253 235 1 0 10 41 100 10 100
Binary 10101010 10101011 10011101 1 0 1000 100001 1000000 1000 1000000

Color Harmonies of #AAAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB9D

Black with #AAAB9D

Text Example


Text Example

White with #AAAB9D

Text Example


Text Example

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