#AE701A

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

Shades of Hot Toddy #AE701A

Tints of Hot Toddy #AE701A

Color information

#AE701A (or 0xAE701A) is unknown color: approx Hot Toddy. HEX triplet: AE, 70 and 1A. RGB value is (174,112,26). Sum of RGB (Red+Green+Blue) = 174+112+26=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE701A is #518FE5. Grayscale: #797979. Windows color (decimal): -5345254 or 1732782. OLE color: 1732782.

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

Color convert

RGB17411226-
CMYK00.360.850.32
HSL34.86º74%39.22%-
HSV(B)34.86º85.06%68.24%-
XYZ23.4420.663.73-
YUV120.7374.54165.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=55.77%
G=35.90%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741122600.360.850.3234.867439.22
HexAE701A0245520234a27
Octal25616032044125404311247
Binary10101110111000011010010010010101011000001000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE701A; }

 p { color: rgb(174,112,26); }

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

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

 a { background-color: rgb(174,112,26); }

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

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

 span { border-color: rgb(174,112,26); }

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