#AD6D1D

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

Shades of Hot Toddy #AD6D1D

Tints of Hot Toddy #AD6D1D

Color information

#AD6D1D (or 0xAD6D1D) is unknown color: approx Hot Toddy. HEX triplet: AD, 6D and 1D. RGB value is (173,109,29). Sum of RGB (Red+Green+Blue) = 173+109+29=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D1D is #5292E2. Grayscale: #777777. Windows color (decimal): -5411555 or 1928621. OLE color: 1928621.

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

Color convert

RGB17310929-
CMYK00.370.830.32
HSL33.33º71.29%39.61%-
HSV(B)33.33º83.24%67.84%-
XYZ22.9219.913.8-
YUV119.0277.2166.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=55.63%
G=35.05%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731092900.370.830.3233.3371.2939.61
HexAD6D1D0255320214728
Octal25515535045123404110750
Binary10101101110110111101010010110100111000001000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D1D; }

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

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

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

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

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

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

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

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