#AD6F18

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

Shades of Hot Toddy #AD6F18

Tints of Hot Toddy #AD6F18

Color information

#AD6F18 (or 0xAD6F18) is unknown color: approx Hot Toddy. HEX triplet: AD, 6F and 18. RGB value is (173,111,24). Sum of RGB (Red+Green+Blue) = 173+111+24=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F18 is #5290E7. Grayscale: #787878. Windows color (decimal): -5411048 or 1601453. OLE color: 1601453.

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

Color convert

RGB17311124-
CMYK00.360.860.32
HSL35.03º75.63%38.63%-
HSV(B)35.03º86.13%67.84%-
XYZ23.0820.323.57-
YUV119.6274.04166.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 24 (9.77% from 255) = 7.79%
R=56.17%
G=36.04%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731112400.360.860.3235.0375.6338.63
HexAD6F180245620234c27
Octal25515730044126404311447
Binary10101101110111111000010010010101101000001000111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F18; }

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

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

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

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

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

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

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

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