#A2A29D

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

Shades of Star Dust #A2A29D

Tints of Star Dust #A2A29D

Color information

#A2A29D (or 0xA2A29D) is unknown color: approx Star Dust. HEX triplet: A2, A2 and 9D. RGB value is (162,162,157). Sum of RGB (Red+Green+Blue) = 162+162+157=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A29D is #5D5D62. Grayscale: #A1A1A1. Windows color (decimal): -6118755 or 10330786. OLE color: 10330786.

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

Color convert

RGB162162157-
CMYK000.030.36
HSL60º2.62%62.55%-
HSV(B)60º3.09%63.53%-
XYZ33.9135.9637.05-
YUV161.43125.5128.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=33.68%
G=33.68%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162157000.030.36602.6262.55
HexA2A29D003243c33f
Octal2422422350034474377
Binary101000101010001010011101001110010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A29D; }

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

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

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

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

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

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

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

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