#ABA048

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

Shades of Brass #ABA048

Tints of Brass #ABA048

Color information

#ABA048 (or 0xABA048) is unknown color: approx Brass. HEX triplet: AB, A0 and 48. RGB value is (171,160,72). Sum of RGB (Red+Green+Blue) = 171+160+72=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA048 is #545FB7. Grayscale: #999999. Windows color (decimal): -5529528 or 4759723. OLE color: 4759723.

HSL color Cylindrical-coordinate representation of color #ABA048: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABA048 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17116072-
CMYK00.060.580.33
HSL53.33º40.74%47.65%-
HSV(B)53.33º57.89%67.06%-
XYZ30.5434.2711.14-
YUV153.2682.14140.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=42.43%
G=39.70%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711607200.060.580.3353.3340.7447.65
HexABA048063A21352930
Octal253240110067241655160
Binary101010111010000010010000110111010100001110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA048; }

 p { color: rgb(171,160,72); }

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

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

 a { background-color: rgb(171,160,72); }

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

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

 span { border-color: rgb(171,160,72); }

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