#A4A59C

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

Shades of Star Dust #A4A59C

Tints of Star Dust #A4A59C

Color information

#A4A59C (or 0xA4A59C) is unknown color: approx Star Dust. HEX triplet: A4, A5 and 9C. RGB value is (164,165,156). Sum of RGB (Red+Green+Blue) = 164+165+156=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A59C is #5B5A63. Grayscale: #A3A3A3. Windows color (decimal): -5986916 or 10266020. OLE color: 10266020.

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

Color convert

RGB164165156-
CMYK0.0100.050.35
HSL66.67º4.76%62.94%-
HSV(B)66.67º5.45%64.71%-
XYZ34.7737.236.8-
YUV163.67123.67128.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=33.81%
G=34.02%
B=32.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641651560.0100.050.3566.674.7662.94
HexA4A59C105234353f
Octal24424523410543103577
Binary101001001010010110011100101011000111000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A59C; }

 p { color: rgb(164,165,156); }

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

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

 a { background-color: rgb(164,165,156); }

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

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

 span { border-color: rgb(164,165,156); }

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