#AC2925

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

Shades of Brown #AC2925

Tints of Brown #AC2925

Color information

#AC2925 (or 0xAC2925) is unknown color: approx Brown. HEX triplet: AC, 29 and 25. RGB value is (172,41,37). Sum of RGB (Red+Green+Blue) = 172+41+37=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2925 is #53D6DA. Grayscale: #4F4F4F. Windows color (decimal): -5494491 or 2435500. OLE color: 2435500.

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

Color convert

RGB1724137-
CMYK00.760.780.33
HSL1.78º64.59%40.98%-
HSV(B)1.78º78.49%67.45%-
XYZ18.1410.492.82-
YUV79.71103.9193.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.8%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=68.8%
G=16.4%
B=14.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172413700.760.780.331.7864.5940.98
HexAC292504C4E2124129
Octal2545145011411641210151
Binary10101100101001100101010011001001110100001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2925; }

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

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

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

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

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

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

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

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