#A2A597

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

Shades of Star Dust #A2A597

Tints of Star Dust #A2A597

Color information

#A2A597 (or 0xA2A597) is unknown color: approx Star Dust. HEX triplet: A2, A5 and 97. RGB value is (162,165,151). Sum of RGB (Red+Green+Blue) = 162+165+151=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A597 is #5D5A68. Grayscale: #A2A2A2. Windows color (decimal): -6117993 or 9938338. OLE color: 9938338.

HSL color Cylindrical-coordinate representation of color #A2A597: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2A597 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB162165151-
CMYK0.0200.080.35
HSL72.86º7.22%61.96%-
HSV(B)72.86º8.48%64.71%-
XYZ33.9436.8334.6-
YUV162.51121.51127.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=33.89%
G=34.52%
B=31.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621651510.0200.080.3572.867.2261.96
HexA2A597208234973e
Octal242245227201043111776
Binary10100010101001011001011110010001000111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A597; }

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

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

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

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

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

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

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

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