#ACAB35

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

Shades of Brass #ACAB35

Tints of Brass #ACAB35

Color information

#ACAB35 (or 0xACAB35) is unknown color: approx Brass. HEX triplet: AC, AB and 35. RGB value is (172,171,53). Sum of RGB (Red+Green+Blue) = 172+171+53=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB35 is #5354CA. Grayscale: #9E9E9E. Windows color (decimal): -5461195 or 3517356. OLE color: 3517356.

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

Color convert

RGB17217153-
CMYK00.010.690.33
HSL59.5º52.89%44.12%-
HSV(B)59.5º69.19%67.45%-
XYZ32.2238.159.03-
YUV157.8568.83138.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 53 (21.09% from 255) = 13.38%
R=43.43%
G=43.18%
B=13.38%

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
Decimal1721715300.010.690.3359.552.8944.12
HexACAB350145213b352c
Octal254253650110541736554
Binary1010110010101011110101011000101100001111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB35; }

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

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

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

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

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

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

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

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