#ABA73A

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

Shades of Brass #ABA73A

Tints of Brass #ABA73A

Color information

#ABA73A (or 0xABA73A) is unknown color: approx Brass. HEX triplet: AB, A7 and 3A. RGB value is (171,167,58). Sum of RGB (Red+Green+Blue) = 171+167+58=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA73A is #5458C5. Grayscale: #9C9C9C. Windows color (decimal): -5527750 or 3844011. OLE color: 3844011.

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

Color convert

RGB17116758-
CMYK00.020.660.33
HSL57.88º49.34%44.9%-
HSV(B)57.88º66.08%67.06%-
XYZ31.3836.69.41-
YUV155.7772.83138.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 58 (23.05% from 255) = 14.65%
R=43.18%
G=42.17%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711675800.020.660.3357.8849.3444.9
HexABA73A0242213a312d
Octal253247720210241726155
Binary10101011101001111110100101000010100001111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA73A; }

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

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

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

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

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

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

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

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