#AE701B

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

Shades of Hot Toddy #AE701B

Tints of Hot Toddy #AE701B

Color information

#AE701B (or 0xAE701B) is unknown color: approx Hot Toddy. HEX triplet: AE, 70 and 1B. RGB value is (174,112,27). Sum of RGB (Red+Green+Blue) = 174+112+27=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE701B is #518FE4. Grayscale: #797979. Windows color (decimal): -5345253 or 1798318. OLE color: 1798318.

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

Color convert

RGB17411227-
CMYK00.360.840.32
HSL34.69º73.13%39.41%-
HSV(B)34.69º84.48%68.24%-
XYZ23.4520.673.79-
YUV120.8575.04165.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 27 (10.94% from 255) = 8.63%
R=55.59%
G=35.78%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741122700.360.840.3234.6973.1339.41
HexAE701B0245420234927
Octal25616033044124404311147
Binary10101110111000011011010010010101001000001000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE701B; }

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

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

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

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

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

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

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

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