#AE7419

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

Shades of Hot Toddy #AE7419

Tints of Hot Toddy #AE7419

Color information

#AE7419 (or 0xAE7419) is unknown color: approx Hot Toddy. HEX triplet: AE, 74 and 19. RGB value is (174,116,25). Sum of RGB (Red+Green+Blue) = 174+116+25=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7419 is #518BE6. Grayscale: #7B7B7B. Windows color (decimal): -5344231 or 1668270. OLE color: 1668270.

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

Color convert

RGB17411625-
CMYK00.330.860.32
HSL36.64º74.87%39.02%-
HSV(B)36.64º85.63%68.24%-
XYZ23.8821.563.82-
YUV122.9772.72164.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 25 (10.16% from 255) = 7.94%
R=55.24%
G=36.83%
B=7.94%

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
Decimal1741162500.330.860.3236.6474.8739.02
HexAE74190215620254b27
Octal25616431041126404511347
Binary10101110111010011001010000110101101000001001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7419; }

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

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

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

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

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

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

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

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