#ABA537

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

Shades of Brass #ABA537

Tints of Brass #ABA537

Color information

#ABA537 (or 0xABA537) is unknown color: approx Brass. HEX triplet: AB, A5 and 37. RGB value is (171,165,55). Sum of RGB (Red+Green+Blue) = 171+165+55=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA537 is #545AC8. Grayscale: #9A9A9A. Windows color (decimal): -5528265 or 3646891. OLE color: 3646891.

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

Color convert

RGB17116555-
CMYK00.040.680.33
HSL56.9º51.33%44.31%-
HSV(B)56.9º67.84%67.06%-
XYZ30.9435.848.9-
YUV154.2571.99139.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=43.73%
G=42.20%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711655500.040.680.3356.951.3344.31
HexABA53704442139332c
Octal253245670410441716354
Binary101010111010010111011101001000100100001111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA537; }

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

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

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

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

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

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

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

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