Html Css Color HEX #ABA049 Brass

📋 copy color: '#ABA049'

red 171 ◦ green 160 ◦ blue 73

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

Shades of Brass #ABA049

Tints of Brass #ABA049

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 42.33%
G = 39.6%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABA049 (or 0xABA049) is known color: Brass. HEX triplet: AB, A0 and 49. RGB value is (171,160,73). Sum of RGB (Red+Green+Blue) = 171+160+73=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA049 is #545FB6. Grayscale: #999999. Windows color (decimal): -5529527 or 4825259. OLE color: 4825259.

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

Color convert

RGB 171 160 73 -
CMYK 0 0.06 0.57 0.33
HSL 53.27º 0.4% 0.48% -
HSV(B) 53.27º 0.57% 0.67% -
XYZ 30.57 34.28 11.31 -
YUV 153.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 171 160 73 0 0.06 0.57 0.33 53.27 0.4 0.48
Hex AB A0 49 0 6 39 21 35 28 30
Octal 253 240 111 0 6 71 41 65 50 60
Binary 10101011 10100000 1001001 0 110 111001 100001 110101 101000 110000

Color Harmonies of #ABA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA049

Black with #ABA049

Text Example


Text Example

White with #ABA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA049; }

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

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

background-color css

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

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

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

border-color css

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

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

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