Html Css Color HEX #A0AB3B Brass

📋 copy color: '#A0AB3B'

red 160 ◦ green 171 ◦ blue 59

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

Shades of Brass #A0AB3B

Tints of Brass #A0AB3B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

 BLUE value IS 59 (23.44% from 255) = 15.13%

R = 41.03%
G = 43.85%
B = 15.13%

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

#A0AB3B (or 0xA0AB3B) is known color: Brass. HEX triplet: A0, AB and 3B. RGB value is (160,171,59). Sum of RGB (Red+Green+Blue) = 160+171+59=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB3B is #5F54C4. Grayscale: #9B9B9B. Windows color (decimal): -6247621 or 3910560. OLE color: 3910560.

HSL color Cylindrical-coordinate representation of color #A0AB3B: hue angle of 65.89º degrees, saturation: 0.49, 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 #A0AB3B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 59 -
CMYK 0.06 0 0.65 0.33
HSL 65.89º 0.49% 0.45% -
HSV(B) 65.89º 0.65% 0.67% -
XYZ 29.85 36.92 9.69 -
YUV 154.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 160 171 59 0.06 0 0.65 0.33 65.89 0.49 0.45
Hex A0 AB 3B 6 0 41 21 42 31 2D
Octal 240 253 73 6 0 101 41 102 61 55
Binary 10100000 10101011 111011 110 0 1000001 100001 1000010 110001 101101

Color Harmonies of #A0AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB3B

Black with #A0AB3B

Text Example


Text Example

White with #A0AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB3B; }

 p { color: rgb(160,171,59); }

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

background-color css

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

 a { background-color: rgb(160,171,59); }

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

border-color css

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

 span { border-color: rgb(160,171,59); }

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