#AC3428

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

Shades of Brown #AC3428

Tints of Brown #AC3428

Color information

#AC3428 (or 0xAC3428) is unknown color: approx Brown. HEX triplet: AC, 34 and 28. RGB value is (172,52,40). Sum of RGB (Red+Green+Blue) = 172+52+40=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3428 is #53CBD7. Grayscale: #565656. Windows color (decimal): -5491672 or 2634924. OLE color: 2634924.

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

Color convert

RGB1725240-
CMYK00.700.770.33
HSL5.45º62.26%41.57%-
HSV(B)5.45º76.74%67.45%-
XYZ18.6211.383.22-
YUV86.51101.76188.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=65.15%
G=19.70%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172524000.700.770.335.4562.2641.57
HexAC34280464D2153e2a
Octal254645001061154157652
Binary10101100110100101000010001101001101100001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3428; }

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

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

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

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

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

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

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

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