#a47226

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

Shades of Hot Toddy #A47226

Tints of Hot Toddy #A47226

Color information

#A47226 (or 0xA47226) is unknown color: approx Hot Toddy. HEX triplet: A4, 72 and 26. RGB value is (164,114,38). Sum of RGB (Red+Green+Blue) = 164+114+38=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A47226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47226 is #5B8DD9. Grayscale: #787878. Windows color (decimal): -6000090 or 2519716. OLE color: 2519716.

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

Color convert

RGB16411438-
CMYK00.300.770.36
HSL36.19º62.38%39.61%-
HSV(B)36.19º76.83%64.31%-
XYZ21.6820.074.56-
YUV120.2981.56159.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=51.90%
G=36.08%
B=12.03%

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
Decimal1641143800.300.770.3636.1962.3839.61
HexA4722601E4D24243e28
Octal2441624603611544447650
Binary1010010011100101001100111101001101100100100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47226; }

 p { color: rgb(164,114,38); }

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

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

 a { background-color: rgb(164,114,38); }

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

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

 span { border-color: rgb(164,114,38); }

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