#ABA140

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

Shades of Brass #ABA140

Tints of Brass #ABA140

Color information

#ABA140 (or 0xABA140) is unknown color: approx Brass. HEX triplet: AB, A1 and 40. RGB value is (171,161,64). Sum of RGB (Red+Green+Blue) = 171+161+64=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA140 is #545EBF. Grayscale: #999999. Windows color (decimal): -5529280 or 4235691. OLE color: 4235691.

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

Color convert

RGB17116164-
CMYK00.060.630.33
HSL54.39º45.53%46.08%-
HSV(B)54.39º62.57%67.06%-
XYZ30.4634.529.91-
YUV152.9377.81140.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=43.18%
G=40.66%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711616400.060.630.3354.3945.5346.08
HexABA140063F21362e2e
Octal253241100067741665656
Binary101010111010000110000000110111111100001110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA140; }

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

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

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

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

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

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

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

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