#A3A59A

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

Shades of Star Dust #A3A59A

Tints of Star Dust #A3A59A

Color information

#A3A59A (or 0xA3A59A) is unknown color: approx Star Dust. HEX triplet: A3, A5 and 9A. RGB value is (163,165,154). Sum of RGB (Red+Green+Blue) = 163+165+154=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A59A is #5C5A65. Grayscale: #A3A3A3. Windows color (decimal): -6052454 or 10134947. OLE color: 10134947.

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

Color convert

RGB163165154-
CMYK0.0100.070.35
HSL70.91º5.76%62.55%-
HSV(B)70.91º6.67%64.71%-
XYZ34.3937.0335.91-
YUV163.15122.84127.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=33.82%
G=34.23%
B=31.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631651540.0100.070.3570.915.7662.55
HexA3A59A107234763f
Octal24324523210743107677
Binary101000111010010110011010101111000111000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A59A; }

 p { color: rgb(163,165,154); }

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

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

 a { background-color: rgb(163,165,154); }

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

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

 span { border-color: rgb(163,165,154); }

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