#ABA145

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

Shades of Brass #ABA145

Tints of Brass #ABA145

Color information

#ABA145 (or 0xABA145) is unknown color: approx Brass. HEX triplet: AB, A1 and 45. RGB value is (171,161,69). Sum of RGB (Red+Green+Blue) = 171+161+69=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA145 is #545EBA. Grayscale: #999999. Windows color (decimal): -5529275 or 4563371. OLE color: 4563371.

HSL color Cylindrical-coordinate representation of color #ABA145: hue angle of 54.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA145 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17116169-
CMYK00.060.600.33
HSL54.12º42.5%47.06%-
HSV(B)54.12º59.65%67.06%-
XYZ30.6134.5810.69-
YUV153.580.31140.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=42.64%
G=40.15%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711616900.060.600.3354.1242.547.06
HexABA145063C21362a2f
Octal253241105067441665257
Binary101010111010000110001010110111100100001110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA145; }

 p { color: rgb(171,161,69); }

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

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

 a { background-color: rgb(171,161,69); }

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

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

 span { border-color: rgb(171,161,69); }

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