#ae771f

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

Shades of Hot Toddy #AE771F

Tints of Hot Toddy #AE771F

Color information

#AE771F (or 0xAE771F) is unknown color: approx Hot Toddy. HEX triplet: AE, 77 and 1F. RGB value is (174,119,31). Sum of RGB (Red+Green+Blue) = 174+119+31=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE771F is #5188E0. Grayscale: #7D7D7D. Windows color (decimal): -5343457 or 2062254. OLE color: 2062254.

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

Color convert

RGB17411931-
CMYK00.320.820.32
HSL36.92º69.76%40.2%-
HSV(B)36.92º82.18%68.24%-
XYZ24.322.294.32-
YUV125.4174.72162.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=53.70%
G=36.73%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741193100.320.820.3236.9269.7640.2
HexAE771F0205220254628
Octal25616737040122404510650
Binary10101110111011111111010000010100101000001001011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae771f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae771f; }

 p { color: rgb(174,119,31); }

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

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

 a { background-color: rgb(174,119,31); }

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

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

 span { border-color: rgb(174,119,31); }

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