#A3A398

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

Shades of Star Dust #A3A398

Tints of Star Dust #A3A398

Color information

#A3A398 (or 0xA3A398) is unknown color: approx Star Dust. HEX triplet: A3, A3 and 98. RGB value is (163,163,152). Sum of RGB (Red+Green+Blue) = 163+163+152=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A398 is #5C5C67. Grayscale: #A1A1A1. Windows color (decimal): -6052968 or 10003363. OLE color: 10003363.

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

Color convert

RGB163163152-
CMYK000.070.36
HSL60º5.64%61.76%-
HSV(B)60º6.75%63.92%-
XYZ33.8736.2534.92-
YUV161.75122.5128.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=34.10%
G=34.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163152000.070.36605.6461.76
HexA3A398007243c63e
Octal2432432300074474676
Binary10100011101000111001100000111100100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A398; }

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

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

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

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

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

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

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

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