#ABB037

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

Shades of Brass #ABB037

Tints of Brass #ABB037

Color information

#ABB037 (or 0xABB037) is unknown color: approx Brass. HEX triplet: AB, B0 and 37. RGB value is (171,176,55). Sum of RGB (Red+Green+Blue) = 171+176+55=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB037 is #544FC8. Grayscale: #A1A1A1. Windows color (decimal): -5525449 or 3649707. OLE color: 3649707.

HSL color Cylindrical-coordinate representation of color #ABB037: hue angle of 62.48º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABB037 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17117655-
CMYK0.0300.690.31
HSL62.48º52.38%45.29%-
HSV(B)62.48º68.75%69.02%-
XYZ33.0139.989.59-
YUV160.7168.34135.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 55 (21.88% from 255) = 13.68%
R=42.54%
G=43.78%
B=13.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176550.0300.690.3162.4852.3845.29
HexABB03730451F3e342d
Octal253260673010537766455
Binary1010101110110000110111110100010111111111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB037; }

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

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

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

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

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

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

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

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