#AE761B

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

Shades of Hot Toddy #AE761B

Tints of Hot Toddy #AE761B

Color information

#AE761B (or 0xAE761B) is unknown color: approx Hot Toddy. HEX triplet: AE, 76 and 1B. RGB value is (174,118,27). Sum of RGB (Red+Green+Blue) = 174+118+27=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE761B is #5189E4. Grayscale: #7C7C7C. Windows color (decimal): -5343717 or 1799854. OLE color: 1799854.

HSL color Cylindrical-coordinate representation of color #AE761B: hue angle of 37.14º 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 #AE761B is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17411827-
CMYK00.320.840.32
HSL37.14º73.13%39.41%-
HSV(B)37.14º84.48%68.24%-
XYZ24.1322.034.02-
YUV124.3773.05163.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=54.55%
G=36.99%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741182700.320.840.3237.1473.1339.41
HexAE761B0205420254927
Octal25616633040124404511147
Binary10101110111011011011010000010101001000001001011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE761B; }

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

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

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

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

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

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

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

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