#ABB036

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

Shades of Brass #ABB036

Tints of Brass #ABB036

Color information

#ABB036 (or 0xABB036) is unknown color: approx Brass. HEX triplet: AB, B0 and 36. RGB value is (171,176,54). Sum of RGB (Red+Green+Blue) = 171+176+54=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB036 is #544FC9. Grayscale: #A1A1A1. Windows color (decimal): -5525450 or 3584171. OLE color: 3584171.

HSL color Cylindrical-coordinate representation of color #ABB036: hue angle of 62.46º degrees, saturation: 0.53, 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 #ABB036 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17117654-
CMYK0.0300.690.31
HSL62.46º53.04%45.1%-
HSV(B)62.46º69.32%69.02%-
XYZ32.9939.979.47-
YUV160.667.84135.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=42.64%
G=43.89%
B=13.47%

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
Decimal171176540.0300.690.3162.4653.0445.1
HexABB03630451F3e352d
Octal253260663010537766555
Binary1010101110110000110110110100010111111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB036; }

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

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

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

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

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

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

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

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