#ABA744

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

Shades of Brass #ABA744

Tints of Brass #ABA744

Color information

#ABA744 (or 0xABA744) is unknown color: approx Brass. HEX triplet: AB, A7 and 44. RGB value is (171,167,68). Sum of RGB (Red+Green+Blue) = 171+167+68=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA744 is #5458BB. Grayscale: #9D9D9D. Windows color (decimal): -5527740 or 4499371. OLE color: 4499371.

HSL color Cylindrical-coordinate representation of color #ABA744: hue angle of 57.67º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA744 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17116768-
CMYK00.020.600.33
HSL57.67º43.1%46.86%-
HSV(B)57.67º60.23%67.06%-
XYZ31.6636.7110.89-
YUV156.9177.83138.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 68 (26.95% from 255) = 16.75%
R=42.12%
G=41.13%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711676800.020.600.3357.6743.146.86
HexABA744023C213a2b2f
Octal253247104027441725357
Binary10101011101001111000100010111100100001111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA744; }

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

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

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

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

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

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

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

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