#AC3229

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

Shades of Brown #AC3229

Tints of Brown #AC3229

Color information

#AC3229 (or 0xAC3229) is unknown color: approx Brown. HEX triplet: AC, 32 and 29. RGB value is (172,50,41). Sum of RGB (Red+Green+Blue) = 172+50+41=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3229 is #53CDD6. Grayscale: #555555. Windows color (decimal): -5492183 or 2699948. OLE color: 2699948.

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

Color convert

RGB1725041-
CMYK00.710.760.33
HSL4.12º61.5%41.76%-
HSV(B)4.12º76.16%67.45%-
XYZ18.5511.213.28-
YUV85.45102.92189.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.40%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=65.40%
G=19.01%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172504100.710.760.334.1261.541.76
HexAC32290474C2143e2a
Octal254625101071144147652
Binary10101100110010101001010001111001100100001100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3229; }

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

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

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

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

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

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

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

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