#AD741E

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

Shades of Hot Toddy #AD741E

Tints of Hot Toddy #AD741E

Color information

#AD741E (or 0xAD741E) is unknown color: approx Hot Toddy. HEX triplet: AD, 74 and 1E. RGB value is (173,116,30). Sum of RGB (Red+Green+Blue) = 173+116+30=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD741E is #528BE1. Grayscale: #7B7B7B. Windows color (decimal): -5409762 or 1995949. OLE color: 1995949.

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

Color convert

RGB17311630-
CMYK00.330.830.32
HSL36.08º70.44%39.8%-
HSV(B)36.08º82.66%67.84%-
XYZ23.7121.474.12-
YUV123.2475.38163.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.23%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=54.23%
G=36.36%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731163000.330.830.3236.0870.4439.8
HexAD741E0215320244628
Octal25516436041123404410650
Binary10101101111010011110010000110100111000001001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD741E; }

 p { color: rgb(173,116,30); }

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

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

 a { background-color: rgb(173,116,30); }

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

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

 span { border-color: rgb(173,116,30); }

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