#ABAB4D

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

Shades of Brass #ABAB4D

Tints of Brass #ABAB4D

Color information

#ABAB4D (or 0xABAB4D) is unknown color: approx Brass. HEX triplet: AB, AB and 4D. RGB value is (171,171,77). Sum of RGB (Red+Green+Blue) = 171+171+77=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB4D is #5454B2. Grayscale: #A0A0A0. Windows color (decimal): -5526707 or 5090219. OLE color: 5090219.

HSL color Cylindrical-coordinate representation of color #ABAB4D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABAB4D is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17117177-
CMYK000.550.33
HSL60º37.9%48.63%-
HSV(B)60º54.97%67.06%-
XYZ32.738.3212.69-
YUV160.2881135.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=40.81%
G=40.81%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117177000.550.336037.948.63
HexABAB4D0037213c2631
Octal253253115006741744661
Binary1010101110101011100110100110111100001111100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB4D; }

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

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

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

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

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

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

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

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