#ABAC49

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

Shades of Brass #ABAC49

Tints of Brass #ABAC49

Color information

#ABAC49 (or 0xABAC49) is unknown color: approx Brass. HEX triplet: AB, AC and 49. RGB value is (171,172,73). Sum of RGB (Red+Green+Blue) = 171+172+73=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC49 is #5453B6. Grayscale: #A0A0A0. Windows color (decimal): -5526455 or 4828331. OLE color: 4828331.

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

Color convert

RGB17117273-
CMYK0.0100.580.33
HSL60.61º40.41%48.04%-
HSV(B)60.61º57.56%67.45%-
XYZ32.7538.6412.04-
YUV160.4278.67135.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=41.11%
G=41.35%
B=17.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172730.0100.580.3360.6140.4148.04
HexABAC49103A213d2830
Octal253254111107241755060
Binary1010101110101100100100110111010100001111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC49; }

 p { color: rgb(171,172,73); }

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

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

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

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

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

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

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