#AB9E40

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

Shades of Brass #AB9E40

Tints of Brass #AB9E40

Color information

#AB9E40 (or 0xAB9E40) is unknown color: approx Brass. HEX triplet: AB, 9E and 40. RGB value is (171,158,64). Sum of RGB (Red+Green+Blue) = 171+158+64=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E40 is #5461BF. Grayscale: #979797. Windows color (decimal): -5530048 or 4234923. OLE color: 4234923.

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

Color convert

RGB17115864-
CMYK00.080.630.33
HSL52.71º45.53%46.08%-
HSV(B)52.71º62.57%67.06%-
XYZ29.9533.489.73-
YUV151.1778.81142.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=43.51%
G=40.20%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711586400.080.630.3352.7145.5346.08
HexAB9E40083F21352e2e
Octal2532361000107741655656
Binary1010101110011110100000001000111111100001110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E40; }

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

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

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

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

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

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

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

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