#ABA23A

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

Shades of Brass #ABA23A

Tints of Brass #ABA23A

Color information

#ABA23A (or 0xABA23A) is unknown color: approx Brass. HEX triplet: AB, A2 and 3A. RGB value is (171,162,58). Sum of RGB (Red+Green+Blue) = 171+162+58=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA23A is #545DC5. Grayscale: #999999. Windows color (decimal): -5529030 or 3842731. OLE color: 3842731.

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

Color convert

RGB17116258-
CMYK00.050.660.33
HSL55.22º49.34%44.9%-
HSV(B)55.22º66.08%67.06%-
XYZ30.4834.89.11-
YUV152.8374.48140.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=43.73%
G=41.43%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711625800.050.660.3355.2249.3444.9
HexABA23A05422137312d
Octal253242720510241676155
Binary101010111010001011101001011000010100001110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA23A; }

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

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

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

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

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

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

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

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