#a8762e

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

Shades of Hot Toddy #A8762E

Tints of Hot Toddy #A8762E

Color information

#A8762E (or 0xA8762E) is unknown color: approx Hot Toddy. HEX triplet: A8, 76 and 2E. RGB value is (168,118,46). Sum of RGB (Red+Green+Blue) = 168+118+46=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8762E is #5789D1. Grayscale: #7D7D7D. Windows color (decimal): -5736914 or 3045032. OLE color: 3045032.

HSL color Cylindrical-coordinate representation of color #A8762E: hue angle of 35.41º degrees, saturation: 0.57, 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 #A8762E is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16811846-
CMYK00.300.730.34
HSL35.41º57.01%41.96%-
HSV(B)35.41º72.62%65.88%-
XYZ23.1221.485.51-
YUV124.7483.56158.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=50.60%
G=35.54%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681184600.300.730.3435.4157.0141.96
HexA8762E01E492223392a
Octal2501665603611142437152
Binary1010100011101101011100111101001001100010100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8762e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8762e; }

 p { color: rgb(168,118,46); }

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

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

 a { background-color: rgb(168,118,46); }

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

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

 span { border-color: rgb(168,118,46); }

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