#ABA739

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

Shades of Brass #ABA739

Tints of Brass #ABA739

Color information

#ABA739 (or 0xABA739) is unknown color: approx Brass. HEX triplet: AB, A7 and 39. RGB value is (171,167,57). Sum of RGB (Red+Green+Blue) = 171+167+57=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA739 is #5458C6. Grayscale: #9C9C9C. Windows color (decimal): -5527751 or 3778475. OLE color: 3778475.

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

Color convert

RGB17116757-
CMYK00.020.670.33
HSL57.89º50%44.71%-
HSV(B)57.89º66.67%67.06%-
XYZ31.3536.599.28-
YUV155.6672.33138.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 57 (22.66% from 255) = 14.43%
R=43.29%
G=42.28%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711675700.020.670.3357.895044.71
HexABA7390243213a322d
Octal253247710210341726255
Binary10101011101001111110010101000011100001111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA739; }

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

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

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

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

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

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

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

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