#ABA646

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

Shades of Brass #ABA646

Tints of Brass #ABA646

Color information

#ABA646 (or 0xABA646) is unknown color: approx Brass. HEX triplet: AB, A6 and 46. RGB value is (171,166,70). Sum of RGB (Red+Green+Blue) = 171+166+70=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA646 is #5459B9. Grayscale: #9C9C9C. Windows color (decimal): -5527994 or 4630187. OLE color: 4630187.

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

Color convert

RGB17116670-
CMYK00.030.590.33
HSL57.03º41.91%47.25%-
HSV(B)57.03º59.06%67.06%-
XYZ31.5436.3711.15-
YUV156.5579.16138.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=42.01%
G=40.79%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711667000.030.590.3357.0341.9147.25
HexABA646033B21392a2f
Octal253246106037341715257
Binary10101011101001101000110011111011100001111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA646; }

 p { color: rgb(171,166,70); }

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

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

 a { background-color: rgb(171,166,70); }

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

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

 span { border-color: rgb(171,166,70); }

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