#A2A28F

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

Shades of Star Dust #A2A28F

Tints of Star Dust #A2A28F

Color information

#A2A28F (or 0xA2A28F) is unknown color: approx Star Dust. HEX triplet: A2, A2 and 8F. RGB value is (162,162,143). Sum of RGB (Red+Green+Blue) = 162+162+143=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A28F is #5D5D70. Grayscale: #9F9F9F. Windows color (decimal): -6118769 or 9413282. OLE color: 9413282.

HSL color Cylindrical-coordinate representation of color #A2A28F: hue angle of 60º 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 #A2A28F is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162162143-
CMYK000.120.36
HSL60º9.27%59.8%-
HSV(B)60º11.73%63.53%-
XYZ32.7835.5131.11-
YUV159.83118.5129.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=34.69%
G=34.69%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162143000.120.36609.2759.8
HexA2A28F00C243c93c
Octal242242217001444741174
Binary1010001010100010100011110011001001001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A28F; }

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

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

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

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

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

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

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

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