#A8712D

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

Shades of Hot Toddy #A8712D

Tints of Hot Toddy #A8712D

Color information

#A8712D (or 0xA8712D) is unknown color: approx Hot Toddy. HEX triplet: A8, 71 and 2D. RGB value is (168,113,45). Sum of RGB (Red+Green+Blue) = 168+113+45=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8712D is #578ED2. Grayscale: #7A7A7A. Windows color (decimal): -5738195 or 2978216. OLE color: 2978216.

HSL color Cylindrical-coordinate representation of color #A8712D: hue angle of 33.17º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8712D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16811345-
CMYK00.330.730.34
HSL33.17º57.75%41.76%-
HSV(B)33.17º73.21%65.88%-
XYZ22.5320.325.22-
YUV121.6984.72161.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=51.53%
G=34.66%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681134500.330.730.3433.1757.7541.76
HexA8712D0214922213a2a
Octal2501615504111142417252
Binary10101000111000110110101000011001001100010100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8712D; }

 p { color: rgb(168,113,45); }

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

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

 a { background-color: rgb(168,113,45); }

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

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

 span { border-color: rgb(168,113,45); }

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