#ABA541

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

Shades of Brass #ABA541

Tints of Brass #ABA541

Color information

#ABA541 (or 0xABA541) is unknown color: approx Brass. HEX triplet: AB, A5 and 41. RGB value is (171,165,65). Sum of RGB (Red+Green+Blue) = 171+165+65=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA541 is #545ABE. Grayscale: #9B9B9B. Windows color (decimal): -5528255 or 4302251. OLE color: 4302251.

HSL color Cylindrical-coordinate representation of color #ABA541: hue angle of 56.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABA541 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17116565-
CMYK00.040.620.33
HSL56.6º44.92%46.27%-
HSV(B)56.6º61.99%67.06%-
XYZ31.235.9510.3-
YUV155.3976.99139.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=42.64%
G=41.15%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711656500.040.620.3356.644.9246.27
HexABA541043E21392d2e
Octal253245101047641715556
Binary101010111010010110000010100111110100001111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA541; }

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

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

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

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

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

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

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

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