#A6742F

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

Shades of Hot Toddy #A6742F

Tints of Hot Toddy #A6742F

Color information

#A6742F (or 0xA6742F) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 2F. RGB value is (166,116,47). Sum of RGB (Red+Green+Blue) = 166+116+47=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6742F is #598BD0. Grayscale: #7B7B7B. Windows color (decimal): -5868497 or 3110054. OLE color: 3110054.

HSL color Cylindrical-coordinate representation of color #A6742F: hue angle of 34.79º degrees, saturation: 0.56, 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 #A6742F is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16611647-
CMYK00.300.720.35
HSL34.79º55.87%41.76%-
HSV(B)34.79º71.69%65.1%-
XYZ22.4820.85.52-
YUV123.0885.06158.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=50.46%
G=35.26%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661164700.300.720.3534.7955.8741.76
HexA6742F01E482323382a
Octal2461645703611043437052
Binary1010011011101001011110111101001000100011100011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6742F; }

 p { color: rgb(166,116,47); }

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

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

 a { background-color: rgb(166,116,47); }

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

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

 span { border-color: rgb(166,116,47); }

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