#ABA03F

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

Shades of Brass #ABA03F

Tints of Brass #ABA03F

Color information

#ABA03F (or 0xABA03F) is unknown color: approx Brass. HEX triplet: AB, A0 and 3F. RGB value is (171,160,63). Sum of RGB (Red+Green+Blue) = 171+160+63=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA03F is #545FC0. Grayscale: #989898. Windows color (decimal): -5529537 or 4169899. OLE color: 4169899.

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

Color convert

RGB17116063-
CMYK00.060.630.33
HSL53.89º46.15%45.88%-
HSV(B)53.89º63.16%67.06%-
XYZ30.2634.169.7-
YUV152.2377.64141.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 63 (25% from 255) = 15.99%
R=43.40%
G=40.61%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711606300.060.630.3353.8946.1545.88
HexABA03F063F21362e2e
Octal25324077067741665656
Binary10101011101000001111110110111111100001110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA03F; }

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

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

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

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

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

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

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

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