#ABA543

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

Shades of Brass #ABA543

Tints of Brass #ABA543

Color information

#ABA543 (or 0xABA543) is unknown color: approx Brass. HEX triplet: AB, A5 and 43. RGB value is (171,165,67). Sum of RGB (Red+Green+Blue) = 171+165+67=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA543 is #545ABC. Grayscale: #9C9C9C. Windows color (decimal): -5528253 or 4433323. OLE color: 4433323.

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

Color convert

RGB17116567-
CMYK00.040.610.33
HSL56.54º43.7%46.67%-
HSV(B)56.54º60.82%67.06%-
XYZ31.2635.9710.61-
YUV155.6277.99138.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 67 (26.56% from 255) = 16.63%
R=42.43%
G=40.94%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711656700.040.610.3356.5443.746.67
HexABA543043D21392c2f
Octal253245103047541715457
Binary101010111010010110000110100111101100001111001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA543; }

 p { color: rgb(171,165,67); }

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

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

 a { background-color: rgb(171,165,67); }

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

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

 span { border-color: rgb(171,165,67); }

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