#A4A493

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

Shades of Star Dust #A4A493

Tints of Star Dust #A4A493

Color information

#A4A493 (or 0xA4A493) is unknown color: approx Star Dust. HEX triplet: A4, A4 and 93. RGB value is (164,164,147). Sum of RGB (Red+Green+Blue) = 164+164+147=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A493 is #5B5B6C. Grayscale: #A2A2A2. Windows color (decimal): -5987181 or 9675940. OLE color: 9675940.

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

Color convert

RGB164164147-
CMYK000.100.36
HSL60º8.54%60.98%-
HSV(B)60º10.37%64.31%-
XYZ33.8536.5532.87-
YUV162.06119.5129.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=34.53%
G=34.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164147000.100.36608.5460.98
HexA4A49300A243c93d
Octal244244223001244741175
Binary1010010010100100100100110010101001001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A493; }

 p { color: rgb(164,164,147); }

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

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

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

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

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

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

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