#AB9F46

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

Shades of Brass #AB9F46

Tints of Brass #AB9F46

Color information

#AB9F46 (or 0xAB9F46) is unknown color: approx Brass. HEX triplet: AB, 9F and 46. RGB value is (171,159,70). Sum of RGB (Red+Green+Blue) = 171+159+70=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F46 is #5460B9. Grayscale: #989898. Windows color (decimal): -5529786 or 4628395. OLE color: 4628395.

HSL color Cylindrical-coordinate representation of color #AB9F46: hue angle of 52.87º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB9F46 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17115970-
CMYK00.070.590.33
HSL52.87º41.91%47.25%-
HSV(B)52.87º59.06%67.06%-
XYZ30.333.910.74-
YUV152.4481.48141.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=42.75%
G=39.75%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711597000.070.590.3352.8741.9147.25
HexAB9F46073B21352a2f
Octal253237106077341655257
Binary101010111001111110001100111111011100001110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F46; }

 p { color: rgb(171,159,70); }

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

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

 a { background-color: rgb(171,159,70); }

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

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

 span { border-color: rgb(171,159,70); }

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