#A17222

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

Shades of Hot Toddy #A17222

Tints of Hot Toddy #A17222

Color information

#A17222 (or 0xA17222) is unknown color: approx Hot Toddy. HEX triplet: A1, 72 and 22. RGB value is (161,114,34). Sum of RGB (Red+Green+Blue) = 161+114+34=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A17222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17222 is #5E8DDD. Grayscale: #777777. Windows color (decimal): -6196702 or 2257569. OLE color: 2257569.

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

Color convert

RGB16111434-
CMYK00.290.790.37
HSL37.8º65.13%38.24%-
HSV(B)37.8º78.88%63.14%-
XYZ2119.734.21-
YUV118.9380.07158-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 34 (13.67% from 255) = 11.00%
R=52.10%
G=36.89%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611143400.290.790.3737.865.1338.24
HexA1722201D4F25264126
Octal24116242035117454610146
Binary10100001111001010001001110110011111001011001101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17222; }

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

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

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

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

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

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

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

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