#ABA840

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

Shades of Brass #ABA840

Tints of Brass #ABA840

Color information

#ABA840 (or 0xABA840) is unknown color: approx Brass. HEX triplet: AB, A8 and 40. RGB value is (171,168,64). Sum of RGB (Red+Green+Blue) = 171+168+64=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA840 is #5457BF. Grayscale: #9D9D9D. Windows color (decimal): -5527488 or 4237483. OLE color: 4237483.

HSL color Cylindrical-coordinate representation of color #ABA840: hue angle of 58.32º 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 #ABA840 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17116864-
CMYK00.020.630.33
HSL58.32º45.53%46.08%-
HSV(B)58.32º62.57%67.06%-
XYZ31.7237.0310.33-
YUV157.0475.49137.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=42.43%
G=41.69%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711686400.020.630.3358.3245.5346.08
HexABA840023F213a2e2e
Octal253250100027741725656
Binary10101011101010001000000010111111100001111010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA840; }

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

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

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

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

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

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

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

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