#AE721C

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

Shades of Hot Toddy #AE721C

Tints of Hot Toddy #AE721C

Color information

#AE721C (or 0xAE721C) is unknown color: approx Hot Toddy. HEX triplet: AE, 72 and 1C. RGB value is (174,114,28). Sum of RGB (Red+Green+Blue) = 174+114+28=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE721C is #518DE3. Grayscale: #7A7A7A. Windows color (decimal): -5344740 or 1864366. OLE color: 1864366.

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

Color convert

RGB17411428-
CMYK00.340.840.32
HSL35.34º72.28%39.61%-
HSV(B)35.34º83.91%68.24%-
XYZ23.6821.123.93-
YUV122.1474.88164.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 28 (11.33% from 255) = 8.86%
R=55.06%
G=36.08%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741142800.340.840.3235.3472.2839.61
HexAE721C0225420234828
Octal25616234042124404311050
Binary10101110111001011100010001010101001000001000111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE721C; }

 p { color: rgb(174,114,28); }

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

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

 a { background-color: rgb(174,114,28); }

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

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

 span { border-color: rgb(174,114,28); }

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