#A2A29C

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

Shades of Star Dust #A2A29C

Tints of Star Dust #A2A29C

Color information

#A2A29C (or 0xA2A29C) is unknown color: approx Star Dust. HEX triplet: A2, A2 and 9C. RGB value is (162,162,156). Sum of RGB (Red+Green+Blue) = 162+162+156=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A29C is #5D5D63. Grayscale: #A1A1A1. Windows color (decimal): -6118756 or 10265250. OLE color: 10265250.

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

Color convert

RGB162162156-
CMYK000.040.36
HSL60º3.13%62.35%-
HSV(B)60º3.7%63.53%-
XYZ33.8235.9236.6-
YUV161.32125128.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=33.75%
G=33.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162156000.040.36603.1362.35
HexA2A29C004243c33e
Octal2422422340044474376
Binary1010001010100010100111000010010010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A29C; }

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

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

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

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

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

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

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

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