#ABAB45

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

Shades of Brass #ABAB45

Tints of Brass #ABAB45

Color information

#ABAB45 (or 0xABAB45) is unknown color: approx Brass. HEX triplet: AB, AB and 45. RGB value is (171,171,69). Sum of RGB (Red+Green+Blue) = 171+171+69=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB45 is #5454BA. Grayscale: #9F9F9F. Windows color (decimal): -5526715 or 4565931. OLE color: 4565931.

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

Color convert

RGB17117169-
CMYK000.600.33
HSL60º42.5%47.06%-
HSV(B)60º59.65%67.06%-
XYZ32.4338.2111.3-
YUV159.3777136.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=41.61%
G=41.61%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117169000.600.336042.547.06
HexABAB45003C213c2a2f
Octal253253105007441745257
Binary1010101110101011100010100111100100001111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB45; }

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

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

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

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

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

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

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

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