#ABAC40

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

Shades of Brass #ABAC40

Tints of Brass #ABAC40

Color information

#ABAC40 (or 0xABAC40) is unknown color: approx Brass. HEX triplet: AB, AC and 40. RGB value is (171,172,64). Sum of RGB (Red+Green+Blue) = 171+172+64=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC40 is #5453BF. Grayscale: #9F9F9F. Windows color (decimal): -5526464 or 4238507. OLE color: 4238507.

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

Color convert

RGB17117264-
CMYK0.0100.630.33
HSL60.56º45.76%46.27%-
HSV(B)60.56º62.79%67.45%-
XYZ32.4738.5310.58-
YUV159.3974.17136.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=42.01%
G=42.26%
B=15.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172640.0100.630.3360.5645.7646.27
HexABAC40103F213d2e2e
Octal253254100107741755656
Binary1010101110101100100000010111111100001111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC40; }

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

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

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

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

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

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

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

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