#ABA839

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

Shades of Brass #ABA839

Tints of Brass #ABA839

Color information

#ABA839 (or 0xABA839) is unknown color: approx Brass. HEX triplet: AB, A8 and 39. RGB value is (171,168,57). Sum of RGB (Red+Green+Blue) = 171+168+57=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA839 is #5457C6. Grayscale: #9C9C9C. Windows color (decimal): -5527495 or 3778731. OLE color: 3778731.

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

Color convert

RGB17116857-
CMYK00.020.670.33
HSL58.42º50%44.71%-
HSV(B)58.42º66.67%67.06%-
XYZ31.5436.969.34-
YUV156.2471.99138.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 57 (22.66% from 255) = 14.39%
R=43.18%
G=42.42%
B=14.39%

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
Decimal1711685700.020.670.3358.425044.71
HexABA8390243213a322d
Octal253250710210341726255
Binary10101011101010001110010101000011100001111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA839; }

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

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

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

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

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

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

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

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