#AE761E

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

Shades of Hot Toddy #AE761E

Tints of Hot Toddy #AE761E

Color information

#AE761E (or 0xAE761E) is unknown color: approx Hot Toddy. HEX triplet: AE, 76 and 1E. RGB value is (174,118,30). Sum of RGB (Red+Green+Blue) = 174+118+30=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE761E is #5189E1. Grayscale: #7D7D7D. Windows color (decimal): -5343714 or 1996462. OLE color: 1996462.

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

Color convert

RGB17411830-
CMYK00.320.830.32
HSL36.67º70.59%40%-
HSV(B)36.67º82.76%68.24%-
XYZ24.1722.054.21-
YUV124.7174.55163.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=54.04%
G=36.65%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741183000.320.830.3236.6770.5940
HexAE761E0205320254728
Octal25616636040123404510750
Binary10101110111011011110010000010100111000001001011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE761E; }

 p { color: rgb(174,118,30); }

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

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

 a { background-color: rgb(174,118,30); }

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

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

 span { border-color: rgb(174,118,30); }

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