#aba346

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

Shades of Brass #ABA346

Tints of Brass #ABA346

Color information

#ABA346 (or 0xABA346) is unknown color: approx Brass. HEX triplet: AB, A3 and 46. RGB value is (171,163,70). Sum of RGB (Red+Green+Blue) = 171+163+70=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA346 is #545CB9. Grayscale: #9B9B9B. Windows color (decimal): -5528762 or 4629419. OLE color: 4629419.

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

Color convert

RGB17116370-
CMYK00.050.590.33
HSL55.25º41.91%47.25%-
HSV(B)55.25º59.06%67.06%-
XYZ3135.2910.97-
YUV154.7980.15139.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 163 (64.06% from 255) = 40.35%
BLUE value IS 70 (27.73% from 255) = 17.33%
R=42.33%
G=40.35%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711637000.050.590.3355.2541.9147.25
HexABA346053B21372a2f
Octal253243106057341675257
Binary101010111010001110001100101111011100001110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba346; }

 p { color: rgb(171,163,70); }

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

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

 a { background-color: rgb(171,163,70); }

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

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

 span { border-color: rgb(171,163,70); }

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