#A17221

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

Shades of Hot Toddy #A17221

Tints of Hot Toddy #A17221

Color information

#A17221 (or 0xA17221) is unknown color: approx Hot Toddy. HEX triplet: A1, 72 and 21. RGB value is (161,114,33). Sum of RGB (Red+Green+Blue) = 161+114+33=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A17221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17221 is #5E8DDE. Grayscale: #777777. Windows color (decimal): -6196703 or 2192033. OLE color: 2192033.

HSL color Cylindrical-coordinate representation of color #A17221: hue angle of 37.97º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A17221 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB16111433-
CMYK00.290.800.37
HSL37.97º65.98%38.04%-
HSV(B)37.97º79.5%63.14%-
XYZ20.9919.724.14-
YUV118.8279.57158.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=52.27%
G=37.01%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611143300.290.800.3737.9765.9838.04
HexA1722101D5025264226
Octal24116241035120454610246
Binary10100001111001010000101110110100001001011001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17221; }

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

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

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

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

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

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

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

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