#ABA552

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

Shades of Brass #ABA552

Tints of Brass #ABA552

Color information

#ABA552 (or 0xABA552) is unknown color: approx Brass. HEX triplet: AB, A5 and 52. RGB value is (171,165,82). Sum of RGB (Red+Green+Blue) = 171+165+82=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA552 is #545AAD. Grayscale: #9D9D9D. Windows color (decimal): -5528238 or 5416363. OLE color: 5416363.

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

Color convert

RGB17116582-
CMYK00.040.520.33
HSL55.96º35.18%49.61%-
HSV(B)55.96º52.05%67.06%-
XYZ31.7736.1813.29-
YUV157.3385.49137.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=40.91%
G=39.47%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711658200.040.520.3355.9635.1849.61
HexABA552043421382332
Octal253245122046441704362
Binary101010111010010110100100100110100100001111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA552; }

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

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

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

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

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

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

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

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