#ABA539

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

Shades of Brass #ABA539

Tints of Brass #ABA539

Color information

#ABA539 (or 0xABA539) is unknown color: approx Brass. HEX triplet: AB, A5 and 39. RGB value is (171,165,57). Sum of RGB (Red+Green+Blue) = 171+165+57=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA539 is #545AC6. Grayscale: #9A9A9A. Windows color (decimal): -5528263 or 3777963. OLE color: 3777963.

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

Color convert

RGB17116557-
CMYK00.040.670.33
HSL56.84º50%44.71%-
HSV(B)56.84º66.67%67.06%-
XYZ30.9935.869.16-
YUV154.4872.99139.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=43.51%
G=41.98%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711655700.040.670.3356.845044.71
HexABA53904432139322d
Octal253245710410341716255
Binary101010111010010111100101001000011100001111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA539; }

 p { color: rgb(171,165,57); }

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

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

 a { background-color: rgb(171,165,57); }

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

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

 span { border-color: rgb(171,165,57); }

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