#A3A399

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

Shades of Star Dust #A3A399

Tints of Star Dust #A3A399

Color information

#A3A399 (or 0xA3A399) is unknown color: approx Star Dust. HEX triplet: A3, A3 and 99. RGB value is (163,163,153). Sum of RGB (Red+Green+Blue) = 163+163+153=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A399 is #5C5C66. Grayscale: #A1A1A1. Windows color (decimal): -6052967 or 10068899. OLE color: 10068899.

HSL color Cylindrical-coordinate representation of color #A3A399: hue angle of 60º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3A399 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163163153-
CMYK000.060.36
HSL60º5.15%61.96%-
HSV(B)60º6.13%63.92%-
XYZ33.9536.2835.35-
YUV161.86123128.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=34.03%
G=34.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163153000.060.36605.1561.96
HexA3A399006243c53e
Octal2432432310064474576
Binary10100011101000111001100100110100100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A399; }

 p { color: rgb(163,163,153); }

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

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

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

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

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

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

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