#ABA452

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

Shades of Brass #ABA452

Tints of Brass #ABA452

Color information

#ABA452 (or 0xABA452) is unknown color: approx Brass. HEX triplet: AB, A4 and 52. RGB value is (171,164,82). Sum of RGB (Red+Green+Blue) = 171+164+82=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA452 is #545BAD. Grayscale: #9D9D9D. Windows color (decimal): -5528494 or 5416107. OLE color: 5416107.

HSL color Cylindrical-coordinate representation of color #ABA452: hue angle of 55.28º 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 #ABA452 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17116482-
CMYK00.040.520.33
HSL55.28º35.18%49.61%-
HSV(B)55.28º52.05%67.06%-
XYZ31.5935.8213.23-
YUV156.7485.82138.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=41.01%
G=39.33%
B=19.66%

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
Decimal1711648200.040.520.3355.2835.1849.61
HexABA452043421372332
Octal253244122046441674362
Binary101010111010010010100100100110100100001110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA452; }

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

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

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

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

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

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

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

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