#A27221

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

Shades of Hot Toddy #A27221

Tints of Hot Toddy #A27221

Color information

#A27221 (or 0xA27221) is unknown color: approx Hot Toddy. HEX triplet: A2, 72 and 21. RGB value is (162,114,33). Sum of RGB (Red+Green+Blue) = 162+114+33=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A27221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27221 is #5D8DDE. Grayscale: #777777. Windows color (decimal): -6131167 or 2192034. OLE color: 2192034.

HSL color Cylindrical-coordinate representation of color #A27221: hue angle of 37.67º 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 #A27221 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16211433-
CMYK00.300.800.36
HSL37.67º66.15%38.24%-
HSV(B)37.67º79.63%63.53%-
XYZ21.1919.834.15-
YUV119.1279.4158.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=52.43%
G=36.89%
B=10.68%

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
Decimal1621143300.300.800.3637.6766.1538.24
HexA2722101E5024264226
Octal24216241036120444610246
Binary10100010111001010000101111010100001001001001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27221; }

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

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

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

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

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

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

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

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