#A1A28F

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

Shades of Star Dust #A1A28F

Tints of Star Dust #A1A28F

Color information

#A1A28F (or 0xA1A28F) is unknown color: approx Star Dust. HEX triplet: A1, A2 and 8F. RGB value is (161,162,143). Sum of RGB (Red+Green+Blue) = 161+162+143=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A28F is #5E5D70. Grayscale: #9F9F9F. Windows color (decimal): -6184305 or 9413281. OLE color: 9413281.

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

Color convert

RGB161162143-
CMYK0.0100.120.36
HSL63.16º9.27%59.8%-
HSV(B)63.16º11.73%63.53%-
XYZ32.5835.431.1-
YUV159.54118.67129.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=34.55%
G=34.76%
B=30.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621430.0100.120.3663.169.2759.8
HexA1A28F10C243f93c
Octal241242217101444771174
Binary1010000110100010100011111011001001001111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A28F; }

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

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

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

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

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

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

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

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