Html Css Color HEX #A3A597 Star Dust

📋 copy color: '#A3A597'

red 163 ◦ green 165 ◦ blue 151

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

Shades of Star Dust #A3A597

Tints of Star Dust #A3A597

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 34.03%
G = 34.45%
B = 31.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A3A597 (or 0xA3A597) is known color: Star Dust. HEX triplet: A3, A5 and 97. RGB value is (163,165,151). Sum of RGB (Red+Green+Blue) = 163+165+151=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A597 is #5C5A68. Grayscale: #A2A2A2. Windows color (decimal): -6052457 or 9938339. OLE color: 9938339.

HSL color Cylindrical-coordinate representation of color #A3A597: hue angle of 68.57º 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 #A3A597 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 165 151 -
CMYK 0.01 0 0.08 0.35
HSL 68.57º 0.07% 0.62% -
HSV(B) 68.57º 0.08% 0.65% -
XYZ 34.15 36.93 34.61 -
YUV 162.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 163 165 151 0.01 0 0.08 0.35 68.57 0.07 0.62
Hex A3 A5 97 1 0 8 23 45 7 3E
Octal 243 245 227 1 0 10 43 105 7 76
Binary 10100011 10100101 10010111 1 0 1000 100011 1000101 111 111110

Color Harmonies of #A3A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A597

Black with #A3A597

Text Example


Text Example

White with #A3A597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A597; }

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

 H1.HeaderClassName
 {
   color: #A3A597;
 }
 .AnyTagClassName
 {
   color: #A3A597;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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