#A57126

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

Shades of Hot Toddy #A57126

Tints of Hot Toddy #A57126

Color information

#A57126 (or 0xA57126) is unknown color: approx Hot Toddy. HEX triplet: A5, 71 and 26. RGB value is (165,113,38). Sum of RGB (Red+Green+Blue) = 165+113+38=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A57126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57126 is #5A8ED9. Grayscale: #787878. Windows color (decimal): -5934810 or 2519461. OLE color: 2519461.

HSL color Cylindrical-coordinate representation of color #A57126: hue angle of 35.43º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A57126 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16511338-
CMYK00.320.770.35
HSL35.43º62.56%39.8%-
HSV(B)35.43º76.97%64.71%-
XYZ21.7719.954.54-
YUV12081.73160.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=52.22%
G=35.76%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651133800.320.770.3535.4362.5639.8
HexA571260204D23233f28
Octal2451614604011543437750
Binary10100101111000110011001000001001101100011100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57126; }

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

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

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

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

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

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

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

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