#ABA034

Color #ABA034 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #ABA034

Tints of Brass #ABA034

Color information

#ABA034 (or 0xABA034) is unknown color: approx Brass. HEX triplet: AB, A0 and 34. RGB value is (171,160,52). Sum of RGB (Red+Green+Blue) = 171+160+52=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA034 is #545FCB. Grayscale: #979797. Windows color (decimal): -5529548 or 3449003. OLE color: 3449003.

HSL color Cylindrical-coordinate representation of color #ABA034: hue angle of 54.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABA034 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17116052-
CMYK00.060.700.33
HSL54.45º53.36%43.73%-
HSV(B)54.45º69.59%67.06%-
XYZ29.9934.058.24-
YUV150.9872.14142.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 52 (20.70% from 255) = 13.58%
R=44.65%
G=41.78%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711605200.060.700.3354.4553.3643.73
HexABA03406462136352c
Octal253240640610641666554
Binary101010111010000011010001101000110100001110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA034; }

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

 H1.HeaderClassName
 {
   color: #ABA034;
 }
 .AnyTagClassName
 {
   color: #ABA034;
 }
</style>
background-color css

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

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

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

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

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

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