#AC3627

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

Shades of Brown #AC3627

Tints of Brown #AC3627

Color information

#AC3627 (or 0xAC3627) is unknown color: approx Brown. HEX triplet: AC, 36 and 27. RGB value is (172,54,39). Sum of RGB (Red+Green+Blue) = 172+54+39=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3627 is #53C9D8. Grayscale: #575757. Windows color (decimal): -5491161 or 2569900. OLE color: 2569900.

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

Color convert

RGB1725439-
CMYK00.690.770.33
HSL6.77º63.03%41.37%-
HSV(B)6.77º77.33%67.45%-
XYZ18.711.563.16-
YUV87.57100.59188.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=64.91%
G=20.38%
B=14.72%

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
Decimal172543900.690.770.336.7763.0341.37
HexAC36270454D2173f29
Octal254664701051154177751
Binary10101100110110100111010001011001101100001111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3627; }

 p { color: rgb(172,54,39); }

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

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

 a { background-color: rgb(172,54,39); }

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

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

 span { border-color: rgb(172,54,39); }

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