#AB9F48

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

Shades of Brass #AB9F48

Tints of Brass #AB9F48

Color information

#AB9F48 (or 0xAB9F48) is unknown color: approx Brass. HEX triplet: AB, 9F and 48. RGB value is (171,159,72). Sum of RGB (Red+Green+Blue) = 171+159+72=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F48 is #5460B7. Grayscale: #999999. Windows color (decimal): -5529784 or 4759467. OLE color: 4759467.

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

Color convert

RGB17115972-
CMYK00.070.580.33
HSL52.73º40.74%47.65%-
HSV(B)52.73º57.89%67.06%-
XYZ30.3633.9211.08-
YUV152.6782.48141.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=42.54%
G=39.55%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711597200.070.580.3352.7340.7447.65
HexAB9F48073A21352930
Octal253237110077241655160
Binary101010111001111110010000111111010100001110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F48; }

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

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

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

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

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

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

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

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