#ABA13B

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

Shades of Brass #ABA13B

Tints of Brass #ABA13B

Color information

#ABA13B (or 0xABA13B) is unknown color: approx Brass. HEX triplet: AB, A1 and 3B. RGB value is (171,161,59). Sum of RGB (Red+Green+Blue) = 171+161+59=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA13B is #545EC4. Grayscale: #989898. Windows color (decimal): -5529285 or 3908011. OLE color: 3908011.

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

Color convert

RGB17116159-
CMYK00.060.650.33
HSL54.64º48.7%45.1%-
HSV(B)54.64º65.5%67.06%-
XYZ30.3334.469.19-
YUV152.3675.31141.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=43.73%
G=41.18%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711615900.060.650.3354.6448.745.1
HexABA13B06412137312d
Octal253241730610141676155
Binary101010111010000111101101101000001100001110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA13B; }

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

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

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

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

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

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

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

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