#ACAB36

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

Shades of Brass #ACAB36

Tints of Brass #ACAB36

Color information

#ACAB36 (or 0xACAB36) is unknown color: approx Brass. HEX triplet: AC, AB and 36. RGB value is (172,171,54). Sum of RGB (Red+Green+Blue) = 172+171+54=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB36 is #5354C9. Grayscale: #9E9E9E. Windows color (decimal): -5461194 or 3582892. OLE color: 3582892.

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

Color convert

RGB17217154-
CMYK00.010.690.33
HSL59.49º52.21%44.31%-
HSV(B)59.49º68.6%67.45%-
XYZ32.2438.169.16-
YUV157.9669.33138.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 54 (21.48% from 255) = 13.60%
R=43.32%
G=43.07%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721715400.010.690.3359.4952.2144.31
HexACAB360145213b342c
Octal254253660110541736454
Binary1010110010101011110110011000101100001111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB36; }

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

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

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

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

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

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

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

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