#ABA84A

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

Shades of Brass #ABA84A

Tints of Brass #ABA84A

Color information

#ABA84A (or 0xABA84A) is unknown color: approx Brass. HEX triplet: AB, A8 and 4A. RGB value is (171,168,74). Sum of RGB (Red+Green+Blue) = 171+168+74=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA84A is #5457B5. Grayscale: #9E9E9E. Windows color (decimal): -5527478 or 4892843. OLE color: 4892843.

HSL color Cylindrical-coordinate representation of color #ABA84A: hue angle of 58.14º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABA84A is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17116874-
CMYK00.020.570.33
HSL58.14º39.59%48.04%-
HSV(B)58.14º56.73%67.06%-
XYZ32.0337.1611.96-
YUV158.1880.49137.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=41.40%
G=40.68%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711687400.020.570.3358.1439.5948.04
HexABA84A0239213a2830
Octal253250112027141725060
Binary10101011101010001001010010111001100001111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA84A; }

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

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

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

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

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

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

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

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