#A6A797

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

Shades of Star Dust #A6A797

Tints of Star Dust #A6A797

Color information

#A6A797 (or 0xA6A797) is unknown color: approx Star Dust. HEX triplet: A6, A7 and 97. RGB value is (166,167,151). Sum of RGB (Red+Green+Blue) = 166+167+151=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A797 is #595868. Grayscale: #A4A4A4. Windows color (decimal): -5855337 or 9938854. OLE color: 9938854.

HSL color Cylindrical-coordinate representation of color #A6A797: hue angle of 63.75º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6A797 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166167151-
CMYK0.0100.100.35
HSL63.75º8.33%62.35%-
HSV(B)63.75º9.58%65.49%-
XYZ35.1337.9834.76-
YUV164.88120.17128.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=34.30%
G=34.50%
B=31.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661671510.0100.100.3563.758.3362.35
HexA6A79710A234083e
Octal2462472271012431001076
Binary10100110101001111001011110101010001110000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A797; }

 p { color: rgb(166,167,151); }

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

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

 a { background-color: rgb(166,167,151); }

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

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

 span { border-color: rgb(166,167,151); }

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