Html Css Color HEX #A0AA41 Brass

📋 copy color: '#A0AA41'

red 160 ◦ green 170 ◦ blue 65

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

Shades of Brass #A0AA41

Tints of Brass #A0AA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 40.51%
G = 43.04%
B = 16.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A0AA41 (or 0xA0AA41) is known color: Brass. HEX triplet: A0, AA and 41. RGB value is (160,170,65). Sum of RGB (Red+Green+Blue) = 160+170+65=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA41 is #5F55BE. Grayscale: #9B9B9B. Windows color (decimal): -6247871 or 4303520. OLE color: 4303520.

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

Color convert

RGB 160 170 65 -
CMYK 0.06 0 0.62 0.33
HSL 65.71º 0.45% 0.46% -
HSV(B) 65.71º 0.62% 0.67% -
XYZ 29.83 36.6 10.49 -
YUV 155.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 160 170 65 0.06 0 0.62 0.33 65.71 0.45 0.46
Hex A0 AA 41 6 0 3E 21 42 2D 2E
Octal 240 252 101 6 0 76 41 102 55 56
Binary 10100000 10101010 1000001 110 0 111110 100001 1000010 101101 101110

Color Harmonies of #A0AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA41

Black with #A0AA41

Text Example


Text Example

White with #A0AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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