#AC7221

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

Shades of Hot Toddy #AC7221

Tints of Hot Toddy #AC7221

Color information

#AC7221 (or 0xAC7221) is unknown color: approx Hot Toddy. HEX triplet: AC, 72 and 21. RGB value is (172,114,33). Sum of RGB (Red+Green+Blue) = 172+114+33=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7221 is #538DDE. Grayscale: #7A7A7A. Windows color (decimal): -5475807 or 2192044. OLE color: 2192044.

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

Color convert

RGB17211433-
CMYK00.340.810.33
HSL34.96º67.8%40.2%-
HSV(B)34.96º80.81%67.45%-
XYZ23.3120.924.25-
YUV122.1177.72163.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 33 (13.28% from 255) = 10.34%
R=53.92%
G=35.74%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721143300.340.810.3334.9667.840.2
HexAC72210225121234428
Octal25416241042121414310450
Binary101011001110010100001010001010100011000011000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7221; }

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

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

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

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

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

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

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

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