#ac3021

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

Shades of Brown #AC3021

Tints of Brown #AC3021

Color information

#AC3021 (or 0xAC3021) is unknown color: approx Brown. HEX triplet: AC, 30 and 21. RGB value is (172,48,33). Sum of RGB (Red+Green+Blue) = 172+48+33=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3021 is #53CFDE. Grayscale: #535353. Windows color (decimal): -5492703 or 2175148. OLE color: 2175148.

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

Color convert

RGB1724833-
CMYK00.720.810.33
HSL6.47º67.8%40.2%-
HSV(B)6.47º80.81%67.45%-
XYZ18.3410.992.59-
YUV83.3799.58191.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=67.98%
G=18.97%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172483300.720.810.336.4767.840.2
HexAC3021048512164428
Octal2546041011012141610450
Binary101011001100001000010100100010100011000011101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3021; }

 p { color: rgb(172,48,33); }

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

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

 a { background-color: rgb(172,48,33); }

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

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

 span { border-color: rgb(172,48,33); }

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