#ABA03E

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

Shades of Brass #ABA03E

Tints of Brass #ABA03E

Color information

#ABA03E (or 0xABA03E) is unknown color: approx Brass. HEX triplet: AB, A0 and 3E. RGB value is (171,160,62). Sum of RGB (Red+Green+Blue) = 171+160+62=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA03E is #545FC1. Grayscale: #989898. Windows color (decimal): -5529538 or 4104363. OLE color: 4104363.

HSL color Cylindrical-coordinate representation of color #ABA03E: hue angle of 53.94º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABA03E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17116062-
CMYK00.060.640.33
HSL53.94º46.78%45.69%-
HSV(B)53.94º63.74%67.06%-
XYZ30.2334.159.55-
YUV152.1277.14141.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=43.51%
G=40.71%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711606200.060.640.3353.9446.7845.69
HexABA03E064021362f2e
Octal253240760610041665756
Binary101010111010000011111001101000000100001110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA03E; }

 p { color: rgb(171,160,62); }

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

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

 a { background-color: rgb(171,160,62); }

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

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

 span { border-color: rgb(171,160,62); }

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