#ABA342

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

Shades of Brass #ABA342

Tints of Brass #ABA342

Color information

#ABA342 (or 0xABA342) is unknown color: approx Brass. HEX triplet: AB, A3 and 42. RGB value is (171,163,66). Sum of RGB (Red+Green+Blue) = 171+163+66=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA342 is #545CBD. Grayscale: #9A9A9A. Windows color (decimal): -5528766 or 4367275. OLE color: 4367275.

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

Color convert

RGB17116366-
CMYK00.050.610.33
HSL55.43º44.3%46.47%-
HSV(B)55.43º61.4%67.06%-
XYZ30.8835.2510.33-
YUV154.3378.15139.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=42.75%
G=40.75%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711636600.050.610.3355.4344.346.47
HexABA342053D21372c2e
Octal253243102057541675456
Binary101010111010001110000100101111101100001110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA342; }

 p { color: rgb(171,163,66); }

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

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

 a { background-color: rgb(171,163,66); }

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

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

 span { border-color: rgb(171,163,66); }

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