#ABB040

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

Shades of Brass #ABB040

Tints of Brass #ABB040

Color information

#ABB040 (or 0xABB040) is unknown color: approx Brass. HEX triplet: AB, B0 and 40. RGB value is (171,176,64). Sum of RGB (Red+Green+Blue) = 171+176+64=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB040 is #544FBF. Grayscale: #A2A2A2. Windows color (decimal): -5525440 or 4239531. OLE color: 4239531.

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

Color convert

RGB17117664-
CMYK0.0300.640.31
HSL62.68º46.67%47.06%-
HSV(B)62.68º63.64%69.02%-
XYZ33.2540.0810.83-
YUV161.7472.84134.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=41.61%
G=42.82%
B=15.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176640.0300.640.3162.6846.6747.06
HexABB04030401F3f2f2f
Octal2532601003010037775757
Binary10101011101100001000000110100000011111111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB040; }

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

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

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

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

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

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

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

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