Html Css Color HEX #A0AD39 Brass

📋 copy color: '#A0AD39'

red 160 ◦ green 173 ◦ blue 57

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

Shades of Brass #A0AD39

Tints of Brass #A0AD39

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 57 (22.66% from 255) = 14.62%

R = 41.03%
G = 44.36%
B = 14.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#A0AD39 (or 0xA0AD39) is known color: Brass. HEX triplet: A0, AD and 39. RGB value is (160,173,57). Sum of RGB (Red+Green+Blue) = 160+173+57=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD39 is #5F52C6. Grayscale: #9C9C9C. Windows color (decimal): -6247111 or 3780000. OLE color: 3780000.

HSL color Cylindrical-coordinate representation of color #A0AD39: hue angle of 66.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0AD39 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 57 -
CMYK 0.08 0 0.67 0.32
HSL 66.72º 0.5% 0.45% -
HSV(B) 66.72º 0.67% 0.68% -
XYZ 30.18 37.66 9.55 -
YUV 155.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 160 173 57 0.08 0 0.67 0.32 66.72 0.5 0.45
Hex A0 AD 39 8 0 43 20 43 32 2D
Octal 240 255 71 10 0 103 40 103 62 55
Binary 10100000 10101101 111001 1000 0 1000011 100000 1000011 110010 101101

Color Harmonies of #A0AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD39

Black with #A0AD39

Text Example


Text Example

White with #A0AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD39; }

 p { color: rgb(160,173,57); }

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

background-color css

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

 a { background-color: rgb(160,173,57); }

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

border-color css

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

 span { border-color: rgb(160,173,57); }

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