#ABA24A

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

Shades of Brass #ABA24A

Tints of Brass #ABA24A

Color information

#ABA24A (or 0xABA24A) is unknown color: approx Brass. HEX triplet: AB, A2 and 4A. RGB value is (171,162,74). Sum of RGB (Red+Green+Blue) = 171+162+74=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA24A is #545DB5. Grayscale: #9B9B9B. Windows color (decimal): -5529014 or 4891307. OLE color: 4891307.

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

Color convert

RGB17116274-
CMYK00.050.570.33
HSL54.43º39.59%48.04%-
HSV(B)54.43º56.73%67.06%-
XYZ30.9534.9911.6-
YUV154.6682.48139.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=42.01%
G=39.80%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711627400.050.570.3354.4339.5948.04
HexABA24A053921362830
Octal253242112057141665060
Binary101010111010001010010100101111001100001110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA24A; }

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

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

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

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

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

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

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

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