#AD6F26

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

Shades of Hot Toddy #AD6F26

Tints of Hot Toddy #AD6F26

Color information

#AD6F26 (or 0xAD6F26) is unknown color: approx Hot Toddy. HEX triplet: AD, 6F and 26. RGB value is (173,111,38). Sum of RGB (Red+Green+Blue) = 173+111+38=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F26 is #5290D9. Grayscale: #797979. Windows color (decimal): -5411034 or 2518957. OLE color: 2518957.

HSL color Cylindrical-coordinate representation of color #AD6F26: hue angle of 32.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD6F26 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17311138-
CMYK00.360.780.32
HSL32.44º63.98%41.37%-
HSV(B)32.44º78.03%67.84%-
XYZ23.2720.394.54-
YUV121.2281.04164.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 38 (15.23% from 255) = 11.80%
R=53.73%
G=34.47%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731113800.360.780.3232.4463.9841.37
HexAD6F260244E20204029
Octal25515746044116404010051
Binary101011011101111100110010010010011101000001000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F26; }

 p { color: rgb(173,111,38); }

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

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

 a { background-color: rgb(173,111,38); }

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

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

 span { border-color: rgb(173,111,38); }

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