Html Css Color HEX #A0A494 Star Dust

📋 copy color: '#A0A494'

red 160 ◦ green 164 ◦ blue 148

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

Shades of Star Dust #A0A494

Tints of Star Dust #A0A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 33.9%
G = 34.75%
B = 31.36%

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

#A0A494 (or 0xA0A494) is known color: Star Dust. HEX triplet: A0, A4 and 94. RGB value is (160,164,148). Sum of RGB (Red+Green+Blue) = 160+164+148=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A494 is #5F5B6B. Grayscale: #A1A1A1. Windows color (decimal): -6249324 or 9741472. OLE color: 9741472.

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

Color convert

RGB 160 164 148 -
CMYK 0.02 0 0.10 0.36
HSL 75º 0.08% 0.61% -
HSV(B) 75º 0.1% 0.64% -
XYZ 33.12 36.16 33.25 -
YUV 160.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 160 164 148 0.02 0 0.10 0.36 75 0.08 0.61
Hex A0 A4 94 2 0 A 24 4B 8 3D
Octal 240 244 224 2 0 12 44 113 10 75
Binary 10100000 10100100 10010100 10 0 1010 100100 1001011 1000 111101

Color Harmonies of #A0A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A494

Black with #A0A494

Text Example


Text Example

White with #A0A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A494; }

 p { color: rgb(160,164,148); }

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

background-color css

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

 a { background-color: rgb(160,164,148); }

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

border-color css

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

 span { border-color: rgb(160,164,148); }

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