#ABA245

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

Shades of Brass #ABA245

Tints of Brass #ABA245

Color information

#ABA245 (or 0xABA245) is unknown color: approx Brass. HEX triplet: AB, A2 and 45. RGB value is (171,162,69). Sum of RGB (Red+Green+Blue) = 171+162+69=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA245 is #545DBA. Grayscale: #9A9A9A. Windows color (decimal): -5529019 or 4563627. OLE color: 4563627.

HSL color Cylindrical-coordinate representation of color #ABA245: hue angle of 54.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA245 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17116269-
CMYK00.050.600.33
HSL54.71º42.5%47.06%-
HSV(B)54.71º59.65%67.06%-
XYZ30.7934.9310.75-
YUV154.0979.98140.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=42.54%
G=40.30%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711626900.050.600.3354.7142.547.06
HexABA245053C21372a2f
Octal253242105057441675257
Binary101010111010001010001010101111100100001110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA245; }

 p { color: rgb(171,162,69); }

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

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

 a { background-color: rgb(171,162,69); }

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

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

 span { border-color: rgb(171,162,69); }

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