#ABA544

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

Shades of Brass #ABA544

Tints of Brass #ABA544

Color information

#ABA544 (or 0xABA544) is unknown color: approx Brass. HEX triplet: AB, A5 and 44. RGB value is (171,165,68). Sum of RGB (Red+Green+Blue) = 171+165+68=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA544 is #545ABB. Grayscale: #9C9C9C. Windows color (decimal): -5528252 or 4498859. OLE color: 4498859.

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

Color convert

RGB17116568-
CMYK00.040.600.33
HSL56.5º43.1%46.86%-
HSV(B)56.5º60.23%67.06%-
XYZ31.2935.9910.77-
YUV155.7478.49138.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 68 (26.95% from 255) = 16.83%
R=42.33%
G=40.84%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711656800.040.600.3356.543.146.86
HexABA544043C21392b2f
Octal253245104047441715357
Binary101010111010010110001000100111100100001111001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA544; }

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

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

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

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

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

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

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

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