#AD6D1C

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

Shades of Hot Toddy #AD6D1C

Tints of Hot Toddy #AD6D1C

Color information

#AD6D1C (or 0xAD6D1C) is unknown color: approx Hot Toddy. HEX triplet: AD, 6D and 1C. RGB value is (173,109,28). Sum of RGB (Red+Green+Blue) = 173+109+28=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D1C is #5292E3. Grayscale: #777777. Windows color (decimal): -5411556 or 1863085. OLE color: 1863085.

HSL color Cylindrical-coordinate representation of color #AD6D1C: hue angle of 33.52º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD6D1C is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17310928-
CMYK00.370.840.32
HSL33.52º72.14%39.41%-
HSV(B)33.52º83.82%67.84%-
XYZ22.9119.913.73-
YUV118.976.7166.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=55.81%
G=35.16%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731092800.370.840.3233.5272.1439.41
HexAD6D1C0255420224827
Octal25515534045124404211047
Binary10101101110110111100010010110101001000001000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D1C; }

 p { color: rgb(173,109,28); }

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

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

 a { background-color: rgb(173,109,28); }

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

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

 span { border-color: rgb(173,109,28); }

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