#ABA044

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

Shades of Brass #ABA044

Tints of Brass #ABA044

Color information

#ABA044 (or 0xABA044) is unknown color: approx Brass. HEX triplet: AB, A0 and 44. RGB value is (171,160,68). Sum of RGB (Red+Green+Blue) = 171+160+68=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA044 is #545FBB. Grayscale: #999999. Windows color (decimal): -5529532 or 4497579. OLE color: 4497579.

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

Color convert

RGB17116068-
CMYK00.060.600.33
HSL53.59º43.1%46.86%-
HSV(B)53.59º60.23%67.06%-
XYZ30.4134.2210.47-
YUV152.880.14140.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=42.86%
G=40.10%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711606800.060.600.3353.5943.146.86
HexABA044063C21362b2f
Octal253240104067441665357
Binary101010111010000010001000110111100100001110110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA044; }

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

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

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

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

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

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

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

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