#A1A291

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

Shades of Star Dust #A1A291

Tints of Star Dust #A1A291

Color information

#A1A291 (or 0xA1A291) is unknown color: approx Star Dust. HEX triplet: A1, A2 and 91. RGB value is (161,162,145). Sum of RGB (Red+Green+Blue) = 161+162+145=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A291 is #5E5D6E. Grayscale: #9F9F9F. Windows color (decimal): -6184303 or 9544353. OLE color: 9544353.

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

Color convert

RGB161162145-
CMYK0.0100.100.36
HSL63.53º8.37%60.2%-
HSV(B)63.53º10.49%63.53%-
XYZ32.7335.4631.91-
YUV159.76119.67128.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=34.40%
G=34.62%
B=30.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621450.0100.100.3663.538.3760.2
HexA1A29110A244083c
Octal2412422211012441001074
Binary10100001101000101001000110101010010010000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A291; }

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

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

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

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

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

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

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

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