Html Css Color HEX #A0A397 Star Dust

📋 copy color: '#A0A397'

red 160 ◦ green 163 ◦ blue 151

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

Shades of Star Dust #A0A397

Tints of Star Dust #A0A397

RGB

 RED value IS 160 (62.89% from 255) = 33.76%

 GREEN value IS 163 (64.06% from 255) = 34.39%

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

R = 33.76%
G = 34.39%
B = 31.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A0A397 (or 0xA0A397) is known color: Star Dust. HEX triplet: A0, A3 and 97. RGB value is (160,163,151). Sum of RGB (Red+Green+Blue) = 160+163+151=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A397 is #5F5C68. Grayscale: #A0A0A0. Windows color (decimal): -6249577 or 9937824. OLE color: 9937824.

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

Color convert

RGB 160 163 151 -
CMYK 0.02 0 0.07 0.36
HSL 75º 0.06% 0.62% -
HSV(B) 75º 0.07% 0.64% -
XYZ 33.18 35.9 34.46 -
YUV 160.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 160 163 151 0.02 0 0.07 0.36 75 0.06 0.62
Hex A0 A3 97 2 0 7 24 4B 6 3E
Octal 240 243 227 2 0 7 44 113 6 76
Binary 10100000 10100011 10010111 10 0 111 100100 1001011 110 111110

Color Harmonies of #A0A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A397

Black with #A0A397

Text Example


Text Example

White with #A0A397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A397; }

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

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

background-color css

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

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

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

border-color css

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

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

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