#AC2924

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

Shades of Brown #AC2924

Tints of Brown #AC2924

Color information

#AC2924 (or 0xAC2924) is unknown color: approx Brown. HEX triplet: AC, 29 and 24. RGB value is (172,41,36). Sum of RGB (Red+Green+Blue) = 172+41+36=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2924 is #53D6DB. Grayscale: #4F4F4F. Windows color (decimal): -5494492 or 2369964. OLE color: 2369964.

HSL color Cylindrical-coordinate representation of color #AC2924: hue angle of 2.21º 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 #AC2924 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1724136-
CMYK00.760.790.33
HSL2.21º65.38%40.78%-
HSV(B)2.21º79.07%67.45%-
XYZ18.1210.482.74-
YUV79.6103.4193.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=69.08%
G=16.47%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172413600.760.790.332.2165.3840.78
HexAC292404C4F2124129
Octal2545144011411741210151
Binary10101100101001100100010011001001111100001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2924; }

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

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

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

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

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

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

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

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