#AD701F

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

Shades of Hot Toddy #AD701F

Tints of Hot Toddy #AD701F

Color information

#AD701F (or 0xAD701F) is unknown color: approx Hot Toddy. HEX triplet: AD, 70 and 1F. RGB value is (173,112,31). Sum of RGB (Red+Green+Blue) = 173+112+31=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD701F is #528FE0. Grayscale: #797979. Windows color (decimal): -5410785 or 2060461. OLE color: 2060461.

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

Color convert

RGB17311231-
CMYK00.350.820.32
HSL34.23º69.61%40%-
HSV(B)34.23º82.08%67.84%-
XYZ23.2820.574.04-
YUV121.0177.21165.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=54.75%
G=35.44%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731123100.350.820.3234.2369.6140
HexAD701F0235220224628
Octal25516037043122404210650
Binary10101101111000011111010001110100101000001000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD701F; }

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

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

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

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

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

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

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

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