#A27021

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

Shades of Hot Toddy #A27021

Tints of Hot Toddy #A27021

Color information

#A27021 (or 0xA27021) is unknown color: approx Hot Toddy. HEX triplet: A2, 70 and 21. RGB value is (162,112,33). Sum of RGB (Red+Green+Blue) = 162+112+33=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A27021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27021 is #5D8FDE. Grayscale: #767676. Windows color (decimal): -6131679 or 2191522. OLE color: 2191522.

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

Color convert

RGB16211233-
CMYK00.310.800.36
HSL36.74º66.15%38.24%-
HSV(B)36.74º79.63%63.53%-
XYZ20.9719.384.07-
YUV117.9480.06159.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=52.77%
G=36.48%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621123300.310.800.3636.7466.1538.24
HexA2702101F5024254226
Octal24216041037120444510246
Binary10100010111000010000101111110100001001001001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27021; }

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

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

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

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

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

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

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

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