#ABA13A

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

Shades of Brass #ABA13A

Tints of Brass #ABA13A

Color information

#ABA13A (or 0xABA13A) is unknown color: approx Brass. HEX triplet: AB, A1 and 3A. RGB value is (171,161,58). Sum of RGB (Red+Green+Blue) = 171+161+58=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA13A is #545EC5. Grayscale: #989898. Windows color (decimal): -5529286 or 3842475. OLE color: 3842475.

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

Color convert

RGB17116158-
CMYK00.060.660.33
HSL54.69º49.34%44.9%-
HSV(B)54.69º66.08%67.06%-
XYZ30.334.459.06-
YUV152.2574.81141.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=43.85%
G=41.28%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711615800.060.660.3354.6949.3444.9
HexABA13A06422137312d
Octal253241720610241676155
Binary101010111010000111101001101000010100001110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA13A; }

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

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

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

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

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

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

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

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