#ab9c37

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

Shades of Brass #AB9C37

Tints of Brass #AB9C37

Color information

#AB9C37 (or 0xAB9C37) is unknown color: approx Brass. HEX triplet: AB, 9C and 37. RGB value is (171,156,55). Sum of RGB (Red+Green+Blue) = 171+156+55=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C37 is #5463C8. Grayscale: #959595. Windows color (decimal): -5530569 or 3644587. OLE color: 3644587.

HSL color Cylindrical-coordinate representation of color #AB9C37: hue angle of 52.24º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB9C37 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB17115655-
CMYK00.090.680.33
HSL52.24º51.33%44.31%-
HSV(B)52.24º67.84%67.06%-
XYZ29.3732.718.38-
YUV148.9774.97143.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=44.76%
G=40.84%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711565500.090.680.3352.2451.3344.31
HexAB9C3709442134332c
Octal2532346701110441646354
Binary1010101110011100110111010011000100100001110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab9c37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab9c37; }

 p { color: rgb(171,156,55); }

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

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

 a { background-color: rgb(171,156,55); }

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

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

 span { border-color: rgb(171,156,55); }

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