#AC3624

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

Shades of Brown #AC3624

Tints of Brown #AC3624

Color information

#AC3624 (or 0xAC3624) is unknown color: approx Brown. HEX triplet: AC, 36 and 24. RGB value is (172,54,36). Sum of RGB (Red+Green+Blue) = 172+54+36=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3624 is #53C9DB. Grayscale: #575757. Windows color (decimal): -5491164 or 2373292. OLE color: 2373292.

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

Color convert

RGB1725436-
CMYK00.690.790.33
HSL7.94º65.38%40.78%-
HSV(B)7.94º79.07%67.45%-
XYZ18.6511.542.91-
YUV87.2399.09188.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=65.65%
G=20.61%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172543600.690.790.337.9465.3840.78
HexAC36240454F2184129
Octal25466440105117411010151
Binary1010110011011010010001000101100111110000110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3624; }

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

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

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

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

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

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

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

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