#A37221

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

Shades of Hot Toddy #A37221

Tints of Hot Toddy #A37221

Color information

#A37221 (or 0xA37221) is unknown color: approx Hot Toddy. HEX triplet: A3, 72 and 21. RGB value is (163,114,33). Sum of RGB (Red+Green+Blue) = 163+114+33=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A37221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37221 is #5C8DDE. Grayscale: #777777. Windows color (decimal): -6065631 or 2192035. OLE color: 2192035.

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

Color convert

RGB16311433-
CMYK00.300.800.36
HSL37.38º66.33%38.43%-
HSV(B)37.38º79.75%63.92%-
XYZ21.419.934.16-
YUV119.4279.23159.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=52.58%
G=36.77%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631143300.300.800.3637.3866.3338.43
HexA3722101E5024254226
Octal24316241036120444510246
Binary10100011111001010000101111010100001001001001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37221; }

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

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

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

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

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

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

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

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