#A6702F

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

Shades of Hot Toddy #A6702F

Tints of Hot Toddy #A6702F

Color information

#A6702F (or 0xA6702F) is unknown color: approx Hot Toddy. HEX triplet: A6, 70 and 2F. RGB value is (166,112,47). Sum of RGB (Red+Green+Blue) = 166+112+47=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6702F is #598FD0. Grayscale: #797979. Windows color (decimal): -5869521 or 3109030. OLE color: 3109030.

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

Color convert

RGB16611247-
CMYK00.330.720.35
HSL32.77º55.87%41.76%-
HSV(B)32.77º71.69%65.1%-
XYZ22.0319.95.37-
YUV120.7486.39160.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 47 (18.75% from 255) = 14.46%
R=51.08%
G=34.46%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661124700.330.720.3532.7755.8741.76
HexA6702F021482321382a
Octal2461605704111043417052
Binary10100110111000010111101000011001000100011100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6702F; }

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

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

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

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

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

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

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

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