#AE7227

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

Shades of Hot Toddy #AE7227

Tints of Hot Toddy #AE7227

Color information

#AE7227 (or 0xAE7227) is unknown color: approx Hot Toddy. HEX triplet: AE, 72 and 27. RGB value is (174,114,39). Sum of RGB (Red+Green+Blue) = 174+114+39=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7227 is #518DD8. Grayscale: #7B7B7B. Windows color (decimal): -5344729 or 2585262. OLE color: 2585262.

HSL color Cylindrical-coordinate representation of color #AE7227: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE7227 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17411439-
CMYK00.340.780.32
HSL33.33º63.38%41.76%-
HSV(B)33.33º77.59%68.24%-
XYZ23.8421.184.75-
YUV123.3980.38164.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=53.21%
G=34.86%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741143900.340.780.3233.3363.3841.76
HexAE72270224E20213f2a
Octal2561624704211640417752
Binary10101110111001010011101000101001110100000100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7227; }

 p { color: rgb(174,114,39); }

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

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

 a { background-color: rgb(174,114,39); }

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

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

 span { border-color: rgb(174,114,39); }

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