#A7812E

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

Shades of Hot Toddy #A7812E

Tints of Hot Toddy #A7812E

Color information

#A7812E (or 0xA7812E) is unknown color: approx Hot Toddy. HEX triplet: A7, 81 and 2E. RGB value is (167,129,46). Sum of RGB (Red+Green+Blue) = 167+129+46=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7812E is #587ED1. Grayscale: #838383. Windows color (decimal): -5799634 or 3047847. OLE color: 3047847.

HSL color Cylindrical-coordinate representation of color #A7812E: hue angle of 41.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7812E is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16712946-
CMYK00.230.720.35
HSL41.16º56.81%41.76%-
HSV(B)41.16º72.46%65.49%-
XYZ24.2824.115.96-
YUV130.980.09153.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.83%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 46 (18.36% from 255) = 13.45%
R=48.83%
G=37.72%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671294600.230.720.3541.1656.8141.76
HexA7812E017482329392a
Octal2472015602711043517152
Binary10100111100000011011100101111001000100011101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7812E; }

 p { color: rgb(167,129,46); }

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

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

 a { background-color: rgb(167,129,46); }

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

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

 span { border-color: rgb(167,129,46); }

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