#ABAB48

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

Shades of Brass #ABAB48

Tints of Brass #ABAB48

Color information

#ABAB48 (or 0xABAB48) is unknown color: approx Brass. HEX triplet: AB, AB and 48. RGB value is (171,171,72). Sum of RGB (Red+Green+Blue) = 171+171+72=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB48 is #5454B7. Grayscale: #A0A0A0. Windows color (decimal): -5526712 or 4762539. OLE color: 4762539.

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

Color convert

RGB17117172-
CMYK000.580.33
HSL60º40.74%47.65%-
HSV(B)60º57.89%67.06%-
XYZ32.5338.2511.8-
YUV159.7178.5136.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 72 (28.52% from 255) = 17.39%
R=41.30%
G=41.30%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117172000.580.336040.7447.65
HexABAB48003A213c2930
Octal253253110007241745160
Binary1010101110101011100100000111010100001111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB48; }

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

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

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

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

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

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

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

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