#ABA93A

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

Shades of Brass #ABA93A

Tints of Brass #ABA93A

Color information

#ABA93A (or 0xABA93A) is unknown color: approx Brass. HEX triplet: AB, A9 and 3A. RGB value is (171,169,58). Sum of RGB (Red+Green+Blue) = 171+169+58=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA93A is #5456C5. Grayscale: #9D9D9D. Windows color (decimal): -5527238 or 3844523. OLE color: 3844523.

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

Color convert

RGB17116958-
CMYK00.010.660.33
HSL58.94º49.34%44.9%-
HSV(B)58.94º66.08%67.06%-
XYZ31.7537.349.54-
YUV156.9472.16138.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 169 (66.41% from 255) = 42.46%
BLUE value IS 58 (23.05% from 255) = 14.57%
R=42.96%
G=42.46%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711695800.010.660.3358.9449.3444.9
HexABA93A0142213b312d
Octal253251720110241736155
Binary1010101110101001111010011000010100001111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA93A; }

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

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

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

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

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

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

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

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