Html Css Color HEX #A0AA3C Brass

📋 copy color: '#A0AA3C'

red 160 ◦ green 170 ◦ blue 60

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

Shades of Brass #A0AA3C

Tints of Brass #A0AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 41.03%
G = 43.59%
B = 15.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#A0AA3C (or 0xA0AA3C) is known color: Brass. HEX triplet: A0, AA and 3C. RGB value is (160,170,60). Sum of RGB (Red+Green+Blue) = 160+170+60=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA3C is #5F55C3. Grayscale: #9A9A9A. Windows color (decimal): -6247876 or 3975840. OLE color: 3975840.

HSL color Cylindrical-coordinate representation of color #A0AA3C: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0AA3C is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 60 -
CMYK 0.06 0 0.65 0.33
HSL 65.45º 0.48% 0.45% -
HSV(B) 65.45º 0.65% 0.67% -
XYZ 29.69 36.55 9.76 -
YUV 154.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 160 170 60 0.06 0 0.65 0.33 65.45 0.48 0.45
Hex A0 AA 3C 6 0 41 21 41 30 2D
Octal 240 252 74 6 0 101 41 101 60 55
Binary 10100000 10101010 111100 110 0 1000001 100001 1000001 110000 101101

Color Harmonies of #A0AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA3C

Black with #A0AA3C

Text Example


Text Example

White with #A0AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA3C; }

 p { color: rgb(160,170,60); }

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

background-color css

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

 a { background-color: rgb(160,170,60); }

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

border-color css

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

 span { border-color: rgb(160,170,60); }

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