#A1A494

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

Shades of Star Dust #A1A494

Tints of Star Dust #A1A494

Color information

#A1A494 (or 0xA1A494) is unknown color: approx Star Dust. HEX triplet: A1, A4 and 94. RGB value is (161,164,148). Sum of RGB (Red+Green+Blue) = 161+164+148=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A494 is #5E5B6B. Grayscale: #A1A1A1. Windows color (decimal): -6183788 or 9741473. OLE color: 9741473.

HSL color Cylindrical-coordinate representation of color #A1A494: hue angle of 71.25º degrees, saturation: 0.08, 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 #A1A494 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB161164148-
CMYK0.0200.100.36
HSL71.25º8.08%61.18%-
HSV(B)71.25º9.76%64.31%-
XYZ33.3236.2733.26-
YUV161.28120.51127.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=34.04%
G=34.67%
B=31.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641480.0200.100.3671.258.0861.18
HexA1A49420A244783d
Octal2412442242012441071075
Binary101000011010010010010100100101010010010001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A494; }

 p { color: rgb(161,164,148); }

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

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

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

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

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

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

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