Html Css Color HEX #AAAB9F Star Dust

📋 copy color: '#AAAB9F'

red 170 ◦ green 171 ◦ blue 159

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

Shades of Star Dust #AAAB9F

Tints of Star Dust #AAAB9F

RGB

 RED value IS 170 (66.8% from 255) = 34%

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 34%
G = 34.2%
B = 31.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AAAB9F (or 0xAAAB9F) is known color: Star Dust. HEX triplet: AA, AB and 9F. RGB value is (170,171,159). Sum of RGB (Red+Green+Blue) = 170+171+159=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9F is #555460. Grayscale: #A9A9A9. Windows color (decimal): -5592161 or 10464170. OLE color: 10464170.

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

Color convert

RGB 170 171 159 -
CMYK 0.01 0 0.07 0.33
HSL 65º 0.07% 0.65% -
HSV(B) 65º 0.07% 0.67% -
XYZ 37.4 40.18 38.58 -
YUV 169.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 170 171 159 0.01 0 0.07 0.33 65 0.07 0.65
Hex AA AB 9F 1 0 7 21 41 7 41
Octal 252 253 237 1 0 7 41 101 7 101
Binary 10101010 10101011 10011111 1 0 111 100001 1000001 111 1000001

Color Harmonies of #AAAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB9F

Black with #AAAB9F

Text Example


Text Example

White with #AAAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB9F; }

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

 H1.HeaderClassName
 {
   color: #AAAB9F;
 }
 .AnyTagClassName
 {
   color: #AAAB9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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