Html Css Color HEX #ABA047 Brass

📋 copy color: '#ABA047'

red 171 ◦ green 160 ◦ blue 71

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

Shades of Brass #ABA047

Tints of Brass #ABA047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 42.54%
G = 39.8%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA047 (or 0xABA047) is known color: Brass. HEX triplet: AB, A0 and 47. RGB value is (171,160,71). Sum of RGB (Red+Green+Blue) = 171+160+71=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA047 is #545FB8. Grayscale: #999999. Windows color (decimal): -5529529 or 4694187. OLE color: 4694187.

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

Color convert

RGB 171 160 71 -
CMYK 0 0.06 0.58 0.33
HSL 53.4º 0.41% 0.47% -
HSV(B) 53.4º 0.58% 0.67% -
XYZ 30.5 34.25 10.97 -
YUV 153.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 171 160 71 0 0.06 0.58 0.33 53.4 0.41 0.47
Hex AB A0 47 0 6 3A 21 35 29 2F
Octal 253 240 107 0 6 72 41 65 51 57
Binary 10101011 10100000 1000111 0 110 111010 100001 110101 101001 101111

Color Harmonies of #ABA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA047

Black with #ABA047

Text Example


Text Example

White with #ABA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA047; }

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

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

background-color css

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

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

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

border-color css

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

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

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