#ABA939

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

Shades of Brass #ABA939

Tints of Brass #ABA939

Color information

#ABA939 (or 0xABA939) is unknown color: approx Brass. HEX triplet: AB, A9 and 39. RGB value is (171,169,57). Sum of RGB (Red+Green+Blue) = 171+169+57=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA939 is #5456C6. Grayscale: #9D9D9D. Windows color (decimal): -5527239 or 3778987. OLE color: 3778987.

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

Color convert

RGB17116957-
CMYK00.010.670.33
HSL58.95º50%44.71%-
HSV(B)58.95º66.67%67.06%-
XYZ31.7237.339.4-
YUV156.8371.66138.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 57 (22.66% from 255) = 14.36%
R=43.07%
G=42.57%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711695700.010.670.3358.955044.71
HexABA9390143213b322d
Octal253251710110341736255
Binary1010101110101001111001011000011100001111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA939; }

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

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

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

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

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

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

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

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