#A3A39B

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

Shades of Star Dust #A3A39B

Tints of Star Dust #A3A39B

Color information

#A3A39B (or 0xA3A39B) is unknown color: approx Star Dust. HEX triplet: A3, A3 and 9B. RGB value is (163,163,155). Sum of RGB (Red+Green+Blue) = 163+163+155=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A39B is #5C5C64. Grayscale: #A2A2A2. Windows color (decimal): -6052965 or 10199971. OLE color: 10199971.

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

Color convert

RGB163163155-
CMYK000.050.36
HSL60º4.17%62.35%-
HSV(B)60º4.91%63.92%-
XYZ34.1236.3536.23-
YUV162.09124128.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=33.89%
G=33.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163155000.050.36604.1762.35
HexA3A39B005243c43e
Octal2432432330054474476
Binary10100011101000111001101100101100100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A39B; }

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

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

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

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

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

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

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

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