#ABA548

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

Shades of Brass #ABA548

Tints of Brass #ABA548

Color information

#ABA548 (or 0xABA548) is unknown color: approx Brass. HEX triplet: AB, A5 and 48. RGB value is (171,165,72). Sum of RGB (Red+Green+Blue) = 171+165+72=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA548 is #545AB7. Grayscale: #9C9C9C. Windows color (decimal): -5528248 or 4761003. OLE color: 4761003.

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

Color convert

RGB17116572-
CMYK00.040.580.33
HSL56.36º40.74%47.65%-
HSV(B)56.36º57.89%67.06%-
XYZ31.4236.0411.43-
YUV156.1980.49138.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=41.91%
G=40.44%
B=17.65%

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
Decimal1711657200.040.580.3356.3640.7447.65
HexABA548043A21382930
Octal253245110047241705160
Binary101010111010010110010000100111010100001111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA548; }

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

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

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

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

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

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

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

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