#ABA24E

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

Shades of Brass #ABA24E

Tints of Brass #ABA24E

Color information

#ABA24E (or 0xABA24E) is unknown color: approx Brass. HEX triplet: AB, A2 and 4E. RGB value is (171,162,78). Sum of RGB (Red+Green+Blue) = 171+162+78=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA24E is #545DB1. Grayscale: #9B9B9B. Windows color (decimal): -5529010 or 5153451. OLE color: 5153451.

HSL color Cylindrical-coordinate representation of color #ABA24E: hue angle of 54.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABA24E is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17116278-
CMYK00.050.540.33
HSL54.19º37.35%48.82%-
HSV(B)54.19º54.39%67.06%-
XYZ31.0935.0512.33-
YUV155.1184.48139.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=41.61%
G=39.42%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711627800.050.540.3354.1937.3548.82
HexABA24E053621362531
Octal253242116056641664561
Binary101010111010001010011100101110110100001110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA24E; }

 p { color: rgb(171,162,78); }

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

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

 a { background-color: rgb(171,162,78); }

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

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

 span { border-color: rgb(171,162,78); }

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