#A2A297

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

Shades of Star Dust #A2A297

Tints of Star Dust #A2A297

Color information

#A2A297 (or 0xA2A297) is unknown color: approx Star Dust. HEX triplet: A2, A2 and 97. RGB value is (162,162,151). Sum of RGB (Red+Green+Blue) = 162+162+151=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A297 is #5D5D68. Grayscale: #A0A0A0. Windows color (decimal): -6118761 or 9937570. OLE color: 9937570.

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

Color convert

RGB162162151-
CMYK000.070.36
HSL60º5.58%61.37%-
HSV(B)60º6.79%63.53%-
XYZ33.4135.7634.42-
YUV160.75122.5128.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=34.11%
G=34.11%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162151000.070.36605.5861.37
HexA2A297007243c63d
Octal2422422270074474675
Binary10100010101000101001011100111100100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A297; }

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

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

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

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

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

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

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

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