#A7712C

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

Shades of Hot Toddy #A7712C

Tints of Hot Toddy #A7712C

Color information

#A7712C (or 0xA7712C) is unknown color: approx Hot Toddy. HEX triplet: A7, 71 and 2C. RGB value is (167,113,44). Sum of RGB (Red+Green+Blue) = 167+113+44=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7712C is #588ED3. Grayscale: #797979. Windows color (decimal): -5803732 or 2912679. OLE color: 2912679.

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

Color convert

RGB16711344-
CMYK00.320.740.35
HSL33.66º58.29%41.37%-
HSV(B)33.66º73.65%65.49%-
XYZ22.320.215.11-
YUV121.2884.39160.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=51.54%
G=34.88%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671134400.320.740.3533.6658.2941.37
HexA7712C0204A23223a29
Octal2471615404011243427251
Binary10100111111000110110001000001001010100011100010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7712C; }

 p { color: rgb(167,113,44); }

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

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

 a { background-color: rgb(167,113,44); }

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

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

 span { border-color: rgb(167,113,44); }

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