#A27121

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

Shades of Hot Toddy #A27121

Tints of Hot Toddy #A27121

Color information

#A27121 (or 0xA27121) is unknown color: approx Hot Toddy. HEX triplet: A2, 71 and 21. RGB value is (162,113,33). Sum of RGB (Red+Green+Blue) = 162+113+33=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A27121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27121 is #5D8EDE. Grayscale: #767676. Windows color (decimal): -6131423 or 2191778. OLE color: 2191778.

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

Color convert

RGB16211333-
CMYK00.300.800.36
HSL37.21º66.15%38.24%-
HSV(B)37.21º79.63%63.53%-
XYZ21.0819.64.11-
YUV118.5379.73159-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=52.60%
G=36.69%
B=10.71%

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
Decimal1621133300.300.800.3637.2166.1538.24
HexA2712101E5024254226
Octal24216141036120444510246
Binary10100010111000110000101111010100001001001001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27121; }

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

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

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

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

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

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

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

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