#AD6C25

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

Shades of Hot Toddy #AD6C25

Tints of Hot Toddy #AD6C25

Color information

#AD6C25 (or 0xAD6C25) is unknown color: approx Hot Toddy. HEX triplet: AD, 6C and 25. RGB value is (173,108,37). Sum of RGB (Red+Green+Blue) = 173+108+37=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C25 is #5293DA. Grayscale: #777777. Windows color (decimal): -5411803 or 2452653. OLE color: 2452653.

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

Color convert

RGB17310837-
CMYK00.380.790.32
HSL31.32º64.76%41.18%-
HSV(B)31.32º78.61%67.84%-
XYZ22.9319.744.35-
YUV119.3481.53166.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=54.40%
G=33.96%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731083700.380.790.3231.3264.7641.18
HexAD6C250264F201f4129
Octal25515445046117403710151
Binary10101101110110010010101001101001111100000111111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C25; }

 p { color: rgb(173,108,37); }

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

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

 a { background-color: rgb(173,108,37); }

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

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

 span { border-color: rgb(173,108,37); }

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