#AB9E35

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

Shades of Brass #AB9E35

Tints of Brass #AB9E35

Color information

#AB9E35 (or 0xAB9E35) is unknown color: approx Brass. HEX triplet: AB, 9E and 35. RGB value is (171,158,53). Sum of RGB (Red+Green+Blue) = 171+158+53=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E35 is #5461CA. Grayscale: #969696. Windows color (decimal): -5530059 or 3514027. OLE color: 3514027.

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

Color convert

RGB17115853-
CMYK00.080.690.33
HSL53.39º52.68%43.92%-
HSV(B)53.39º69.01%67.06%-
XYZ29.6633.378.25-
YUV149.9273.31143.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=44.76%
G=41.36%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711585300.080.690.3353.3952.6843.92
HexAB9E3508452135352c
Octal2532366501010541656554
Binary1010101110011110110101010001000101100001110101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E35; }

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

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

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

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

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

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

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

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