#A6762B

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

Shades of Hot Toddy #A6762B

Tints of Hot Toddy #A6762B

Color information

#A6762B (or 0xA6762B) is unknown color: approx Hot Toddy. HEX triplet: A6, 76 and 2B. RGB value is (166,118,43). Sum of RGB (Red+Green+Blue) = 166+118+43=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6762B is #5989D4. Grayscale: #7C7C7C. Windows color (decimal): -5867989 or 2848422. OLE color: 2848422.

HSL color Cylindrical-coordinate representation of color #A6762B: hue angle of 36.59º degrees, saturation: 0.59, 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 #A6762B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16611843-
CMYK00.290.740.35
HSL36.59º58.85%40.98%-
HSV(B)36.59º74.1%65.1%-
XYZ22.6421.245.19-
YUV123.882.4158.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=50.76%
G=36.09%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661184300.290.740.3536.5958.8540.98
HexA6762B01D4A23253b29
Octal2461665303511243457351
Binary1010011011101101010110111011001010100011100101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6762B; }

 p { color: rgb(166,118,43); }

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

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

 a { background-color: rgb(166,118,43); }

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

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

 span { border-color: rgb(166,118,43); }

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