#AC321E

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

Shades of Brown #AC321E

Tints of Brown #AC321E

Color information

#AC321E (or 0xAC321E) is unknown color: approx Brown. HEX triplet: AC, 32 and 1E. RGB value is (172,50,30). Sum of RGB (Red+Green+Blue) = 172+50+30=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC321E is #53CDE1. Grayscale: #545454. Windows color (decimal): -5492194 or 1979052. OLE color: 1979052.

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

Color convert

RGB1725030-
CMYK00.710.830.33
HSL8.45º70.3%39.61%-
HSV(B)8.45º82.56%67.45%-
XYZ18.3911.152.41-
YUV84.297.42190.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=68.25%
G=19.84%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172503000.710.830.338.4570.339.61
HexAC321E047532184628
Octal25462360107123411010650
Binary101011001100101111001000111101001110000110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC321E; }

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

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

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

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

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

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

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

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