#AE691D

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

Shades of Hot Toddy #AE691D

Tints of Hot Toddy #AE691D

Color information

#AE691D (or 0xAE691D) is unknown color: approx Hot Toddy. HEX triplet: AE, 69 and 1D. RGB value is (174,105,29). Sum of RGB (Red+Green+Blue) = 174+105+29=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE691D is #5196E2. Grayscale: #757575. Windows color (decimal): -5347043 or 1927598. OLE color: 1927598.

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

Color convert

RGB17410529-
CMYK00.400.830.32
HSL31.45º71.43%39.8%-
HSV(B)31.45º83.33%68.24%-
XYZ22.7319.193.67-
YUV116.9778.36168.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 29 (11.72% from 255) = 9.42%
R=56.49%
G=34.09%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741052900.400.830.3231.4571.4339.8
HexAE691D02853201f4728
Octal25615135050123403710750
Binary1010111011010011110101010001010011100000111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE691D; }

 p { color: rgb(174,105,29); }

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

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

 a { background-color: rgb(174,105,29); }

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

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

 span { border-color: rgb(174,105,29); }

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