#AC3528

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

Shades of Brown #AC3528

Tints of Brown #AC3528

Color information

#AC3528 (or 0xAC3528) is unknown color: approx Brown. HEX triplet: AC, 35 and 28. RGB value is (172,53,40). Sum of RGB (Red+Green+Blue) = 172+53+40=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3528 is #53CAD7. Grayscale: #575757. Windows color (decimal): -5491416 or 2635180. OLE color: 2635180.

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

Color convert

RGB1725340-
CMYK00.690.770.33
HSL5.91º62.26%41.57%-
HSV(B)5.91º76.74%67.45%-
XYZ18.6711.473.24-
YUV87.1101.42188.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=64.91%
G=20%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172534000.690.770.335.9162.2641.57
HexAC35280454D2163e2a
Octal254655001051154167652
Binary10101100110101101000010001011001101100001110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3528; }

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

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

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

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

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

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

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

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