#A27126

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

Shades of Hot Toddy #A27126

Tints of Hot Toddy #A27126

Color information

#A27126 (or 0xA27126) is unknown color: approx Hot Toddy. HEX triplet: A2, 71 and 26. RGB value is (162,113,38). Sum of RGB (Red+Green+Blue) = 162+113+38=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A27126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27126 is #5D8ED9. Grayscale: #777777. Windows color (decimal): -6131418 or 2519458. OLE color: 2519458.

HSL color Cylindrical-coordinate representation of color #A27126: hue angle of 36.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A27126 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16211338-
CMYK00.300.770.36
HSL36.29º62%39.22%-
HSV(B)36.29º76.54%63.53%-
XYZ21.1619.634.51-
YUV119.182.23158.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=51.76%
G=36.10%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621133800.300.770.3636.296239.22
HexA2712601E4D24243e27
Octal2421614603611544447647
Binary1010001011100011001100111101001101100100100100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27126; }

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

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

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

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

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

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

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

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