Html Css Color HEX #A0A393 Star Dust

📋 copy color: '#A0A393'

red 160 ◦ green 163 ◦ blue 147

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

Shades of Star Dust #A0A393

Tints of Star Dust #A0A393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 34.04%
G = 34.68%
B = 31.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A0A393 (or 0xA0A393) is known color: Star Dust. HEX triplet: A0, A3 and 93. RGB value is (160,163,147). Sum of RGB (Red+Green+Blue) = 160+163+147=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A393 is #5F5C6C. Grayscale: #A0A0A0. Windows color (decimal): -6249581 or 9675680. OLE color: 9675680.

HSL color Cylindrical-coordinate representation of color #A0A393: hue angle of 71.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0A393 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 147 -
CMYK 0.02 0 0.10 0.36
HSL 71.25º 0.08% 0.61% -
HSV(B) 71.25º 0.1% 0.64% -
XYZ 32.86 35.77 32.78 -
YUV 160.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 160 163 147 0.02 0 0.10 0.36 71.25 0.08 0.61
Hex A0 A3 93 2 0 A 24 47 8 3D
Octal 240 243 223 2 0 12 44 107 10 75
Binary 10100000 10100011 10010011 10 0 1010 100100 1000111 1000 111101

Color Harmonies of #A0A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A393

Black with #A0A393

Text Example


Text Example

White with #A0A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A393; }

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

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

background-color css

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

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

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

border-color css

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

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

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