#ACB138

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

Shades of Brass #ACB138

Tints of Brass #ACB138

Color information

#ACB138 (or 0xACB138) is unknown color: approx Brass. HEX triplet: AC, B1 and 38. RGB value is (172,177,56). Sum of RGB (Red+Green+Blue) = 172+177+56=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB138 is #534EC7. Grayscale: #A2A2A2. Windows color (decimal): -5459656 or 3715500. OLE color: 3715500.

HSL color Cylindrical-coordinate representation of color #ACB138: hue angle of 62.48º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACB138 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17217756-
CMYK0.0300.680.31
HSL62.48º51.93%45.69%-
HSV(B)62.48º68.36%69.41%-
XYZ33.4540.59.8-
YUV161.7168.34135.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 56 (22.27% from 255) = 13.83%
R=42.47%
G=43.70%
B=13.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177560.0300.680.3162.4851.9345.69
HexACB13830441F3e342e
Octal254261703010437766456
Binary1010110010110001111000110100010011111111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB138; }

 p { color: rgb(172,177,56); }

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

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

 a { background-color: rgb(172,177,56); }

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

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

 span { border-color: rgb(172,177,56); }

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