#AD7419

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

Shades of Hot Toddy #AD7419

Tints of Hot Toddy #AD7419

Color information

#AD7419 (or 0xAD7419) is unknown color: approx Hot Toddy. HEX triplet: AD, 74 and 19. RGB value is (173,116,25). Sum of RGB (Red+Green+Blue) = 173+116+25=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7419 is #528BE6. Grayscale: #7B7B7B. Windows color (decimal): -5409767 or 1668269. OLE color: 1668269.

HSL color Cylindrical-coordinate representation of color #AD7419: hue angle of 36.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD7419 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17311625-
CMYK00.330.860.32
HSL36.89º74.75%38.82%-
HSV(B)36.89º85.55%67.84%-
XYZ23.6521.453.81-
YUV122.6772.88163.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 25 (10.16% from 255) = 7.96%
R=55.10%
G=36.94%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731162500.330.860.3236.8974.7538.82
HexAD74190215620254b27
Octal25516431041126404511347
Binary10101101111010011001010000110101101000001001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7419; }

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

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

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

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

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

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

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

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