#A7702D

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

Shades of Hot Toddy #A7702D

Tints of Hot Toddy #A7702D

Color information

#A7702D (or 0xA7702D) is unknown color: approx Hot Toddy. HEX triplet: A7, 70 and 2D. RGB value is (167,112,45). Sum of RGB (Red+Green+Blue) = 167+112+45=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7702D is #588FD2. Grayscale: #797979. Windows color (decimal): -5803987 or 2977959. OLE color: 2977959.

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

Color convert

RGB16711245-
CMYK00.330.730.35
HSL32.95º57.55%41.57%-
HSV(B)32.95º73.05%65.49%-
XYZ22.219.995.17-
YUV120.8185.22160.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=51.54%
G=34.57%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671124500.330.730.3532.9557.5541.57
HexA7702D0214923213a2a
Octal2471605504111143417252
Binary10100111111000010110101000011001001100011100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7702D; }

 p { color: rgb(167,112,45); }

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

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

 a { background-color: rgb(167,112,45); }

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

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

 span { border-color: rgb(167,112,45); }

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