#AD731F

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

Shades of Hot Toddy #AD731F

Tints of Hot Toddy #AD731F

Color information

#AD731F (or 0xAD731F) is unknown color: approx Hot Toddy. HEX triplet: AD, 73 and 1F. RGB value is (173,115,31). Sum of RGB (Red+Green+Blue) = 173+115+31=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD731F is #528CE0. Grayscale: #7B7B7B. Windows color (decimal): -5410017 or 2061229. OLE color: 2061229.

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

Color convert

RGB17311531-
CMYK00.340.820.32
HSL35.49º69.61%40%-
HSV(B)35.49º82.08%67.84%-
XYZ23.6121.244.15-
YUV122.7776.22163.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.23%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 31 (12.5% from 255) = 9.72%
R=54.23%
G=36.05%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731153100.340.820.3235.4969.6140
HexAD731F0225220234628
Octal25516337042122404310650
Binary10101101111001111111010001010100101000001000111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD731F; }

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

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

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

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

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

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

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

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