Html Css Color HEX #A8A99B Star Dust

📋 copy color: '#A8A99B'

red 168 ◦ green 169 ◦ blue 155

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

Shades of Star Dust #A8A99B

Tints of Star Dust #A8A99B

RGB

 RED value IS 168 (66.02% from 255) = 34.15%

 GREEN value IS 169 (66.41% from 255) = 34.35%

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 34.15%
G = 34.35%
B = 31.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8A99B (or 0xA8A99B) is known color: Star Dust. HEX triplet: A8, A9 and 9B. RGB value is (168,169,155). Sum of RGB (Red+Green+Blue) = 168+169+155=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A99B is #575664. Grayscale: #A7A7A7. Windows color (decimal): -5723749 or 10201512. OLE color: 10201512.

HSL color Cylindrical-coordinate representation of color #A8A99B: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A99B is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 169 155 -
CMYK 0.01 0 0.08 0.34
HSL 64.29º 0.08% 0.64% -
HSV(B) 64.29º 0.08% 0.66% -
XYZ 36.25 39.07 36.64 -
YUV 167.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 168 169 155 0.01 0 0.08 0.34 64.29 0.08 0.64
Hex A8 A9 9B 1 0 8 22 40 8 40
Octal 250 251 233 1 0 10 42 100 10 100
Binary 10101000 10101001 10011011 1 0 1000 100010 1000000 1000 1000000

Color Harmonies of #A8A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A99B

Black with #A8A99B

Text Example


Text Example

White with #A8A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A99B; }

 p { color: rgb(168,169,155); }

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

background-color css

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

 a { background-color: rgb(168,169,155); }

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

border-color css

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

 span { border-color: rgb(168,169,155); }

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