#A1A497

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

Shades of Star Dust #A1A497

Tints of Star Dust #A1A497

Color information

#A1A497 (or 0xA1A497) is unknown color: approx Star Dust. HEX triplet: A1, A4 and 97. RGB value is (161,164,151). Sum of RGB (Red+Green+Blue) = 161+164+151=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A497 is #5E5B68. Grayscale: #A1A1A1. Windows color (decimal): -6183785 or 9938081. OLE color: 9938081.

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

Color convert

RGB161164151-
CMYK0.0200.080.36
HSL73.85º6.67%61.76%-
HSV(B)73.85º7.93%64.31%-
XYZ33.5636.3634.53-
YUV161.62122.01127.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=33.82%
G=34.45%
B=31.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641510.0200.080.3673.856.6761.76
HexA1A497208244a73e
Octal241244227201044112776
Binary10100001101001001001011110010001001001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A497; }

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

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

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

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

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

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

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

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