#AD701D

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

Shades of Hot Toddy #AD701D

Tints of Hot Toddy #AD701D

Color information

#AD701D (or 0xAD701D) is unknown color: approx Hot Toddy. HEX triplet: AD, 70 and 1D. RGB value is (173,112,29). Sum of RGB (Red+Green+Blue) = 173+112+29=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD701D is #528FE2. Grayscale: #797979. Windows color (decimal): -5410787 or 1929389. OLE color: 1929389.

HSL color Cylindrical-coordinate representation of color #AD701D: hue angle of 34.58º 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 #AD701D is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17311229-
CMYK00.350.830.32
HSL34.58º71.29%39.61%-
HSV(B)34.58º83.24%67.84%-
XYZ23.2520.563.91-
YUV120.7876.21165.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 29 (11.72% from 255) = 9.24%
R=55.10%
G=35.67%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731122900.350.830.3234.5871.2939.61
HexAD701D0235320234728
Octal25516035043123404310750
Binary10101101111000011101010001110100111000001000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD701D; }

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

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

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

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

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

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

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

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