#ABA448

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

Shades of Brass #ABA448

Tints of Brass #ABA448

Color information

#ABA448 (or 0xABA448) is unknown color: approx Brass. HEX triplet: AB, A4 and 48. RGB value is (171,164,72). Sum of RGB (Red+Green+Blue) = 171+164+72=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA448 is #545BB7. Grayscale: #9B9B9B. Windows color (decimal): -5528504 or 4760747. OLE color: 4760747.

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

Color convert

RGB17116472-
CMYK00.040.580.33
HSL55.76º40.74%47.65%-
HSV(B)55.76º57.89%67.06%-
XYZ31.2435.6811.37-
YUV155.680.82138.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=42.01%
G=40.29%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711647200.040.580.3355.7640.7447.65
HexABA448043A21382930
Octal253244110047241705160
Binary101010111010010010010000100111010100001111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA448; }

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

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

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

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

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

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

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

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