#A3A697

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

Shades of Star Dust #A3A697

Tints of Star Dust #A3A697

Color information

#A3A697 (or 0xA3A697) is unknown color: approx Star Dust. HEX triplet: A3, A6 and 97. RGB value is (163,166,151). Sum of RGB (Red+Green+Blue) = 163+166+151=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A697 is #5C5968. Grayscale: #A3A3A3. Windows color (decimal): -6052201 or 9938595. OLE color: 9938595.

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

Color convert

RGB163166151-
CMYK0.0200.090.35
HSL72º7.77%62.16%-
HSV(B)72º9.04%65.1%-
XYZ34.3337.2934.67-
YUV163.39121.01127.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=33.96%
G=34.58%
B=31.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631661510.0200.090.35727.7762.16
HexA3A697209234883e
Octal2432462272011431101076
Binary101000111010011010010111100100110001110010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A697; }

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

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

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

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

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

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

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

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