#AC2825

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

Shades of Brown #AC2825

Tints of Brown #AC2825

Color information

#AC2825 (or 0xAC2825) is unknown color: approx Brown. HEX triplet: AC, 28 and 25. RGB value is (172,40,37). Sum of RGB (Red+Green+Blue) = 172+40+37=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2825 is #53D7DA. Grayscale: #4F4F4F. Windows color (decimal): -5494747 or 2435244. OLE color: 2435244.

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

Color convert

RGB1724037-
CMYK00.770.780.33
HSL1.33º64.59%40.98%-
HSV(B)1.33º78.49%67.45%-
XYZ18.1110.422.81-
YUV79.13104.23194.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=69.08%
G=16.06%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172403700.770.780.331.3364.5940.98
HexAC282504D4E2114129
Octal2545045011511641110151
Binary1010110010100010010101001101100111010000111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2825; }

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

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

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

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

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

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

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

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