#ABA039

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

Shades of Brass #ABA039

Tints of Brass #ABA039

Color information

#ABA039 (or 0xABA039) is unknown color: approx Brass. HEX triplet: AB, A0 and 39. RGB value is (171,160,57). Sum of RGB (Red+Green+Blue) = 171+160+57=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA039 is #545FC6. Grayscale: #979797. Windows color (decimal): -5529543 or 3776683. OLE color: 3776683.

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

Color convert

RGB17116057-
CMYK00.060.670.33
HSL54.21º50%44.71%-
HSV(B)54.21º66.67%67.06%-
XYZ30.134.098.87-
YUV151.5574.64141.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 57 (22.66% from 255) = 14.69%
R=44.07%
G=41.24%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711605700.060.670.3354.215044.71
HexABA03906432136322d
Octal253240710610341666255
Binary101010111010000011100101101000011100001110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA039; }

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

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

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

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

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

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

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

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