Html Css Color HEX #A2A597 Star Dust

📋 copy color: '#A2A597'

red 162 ◦ green 165 ◦ blue 151

#A2A597
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #A2A597

Tints of Star Dust #A2A597

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 value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A2A597 (or 0xA2A597) is known color: 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

RGB 162 165 151 -
CMYK 0.02 0 0.08 0.35
HSL 72.86º 0.07% 0.62% -
HSV(B) 72.86º 0.08% 0.65% -
XYZ 33.94 36.83 34.6 -
YUV 162.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 162 165 151 0.02 0 0.08 0.35 72.86 0.07 0.62
Hex A2 A5 97 2 0 8 23 49 7 3E
Octal 242 245 227 2 0 10 43 111 7 76
Binary 10100010 10100101 10010111 10 0 1000 100011 1001001 111 111110

Color Harmonies of #A2A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A597

Black with #A2A597

Text Example


Text Example

White with #A2A597

Text Example


Text Example

HTML Codes & Css Web 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>