#A1A29D

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

Shades of Star Dust #A1A29D

Tints of Star Dust #A1A29D

Color information

#A1A29D (or 0xA1A29D) is unknown color: approx Star Dust. HEX triplet: A1, A2 and 9D. RGB value is (161,162,157). Sum of RGB (Red+Green+Blue) = 161+162+157=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A29D is #5E5D62. Grayscale: #A1A1A1. Windows color (decimal): -6184291 or 10330785. OLE color: 10330785.

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

Color convert

RGB161162157-
CMYK0.0100.030.36
HSL72º2.62%62.55%-
HSV(B)72º3.09%63.53%-
XYZ33.735.8537.04-
YUV161.13125.67127.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=33.54%
G=33.75%
B=32.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621570.0100.030.36722.6262.55
HexA1A29D103244833f
Octal24124223510344110377
Binary1010000110100010100111011011100100100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A29D; }

 p { color: rgb(161,162,157); }

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

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

 a { background-color: rgb(161,162,157); }

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

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

 span { border-color: rgb(161,162,157); }

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