Html Css Color HEX #A0A297 Star Dust

📋 copy color: '#A0A297'

red 160 ◦ green 162 ◦ blue 151

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

Shades of Star Dust #A0A297

Tints of Star Dust #A0A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

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

R = 33.83%
G = 34.25%
B = 31.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A0A297 (or 0xA0A297) is known color: Star Dust. HEX triplet: A0, A2 and 97. RGB value is (160,162,151). Sum of RGB (Red+Green+Blue) = 160+162+151=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A297 is #5F5D68. Grayscale: #A0A0A0. Windows color (decimal): -6249833 or 9937568. OLE color: 9937568.

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

Color convert

RGB 160 162 151 -
CMYK 0.01 0 0.07 0.36
HSL 70.91º 0.06% 0.61% -
HSV(B) 70.91º 0.07% 0.64% -
XYZ 33 35.55 34.4 -
YUV 160.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 160 162 151 0.01 0 0.07 0.36 70.91 0.06 0.61
Hex A0 A2 97 1 0 7 24 47 6 3D
Octal 240 242 227 1 0 7 44 107 6 75
Binary 10100000 10100010 10010111 1 0 111 100100 1000111 110 111101

Color Harmonies of #A0A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A297

Black with #A0A297

Text Example


Text Example

White with #A0A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A297; }

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

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

background-color css

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

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

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

border-color css

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

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

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