Html Css Color HEX #AE6E20 Hot Toddy

📋 copy color: '#AE6E20'

red 174 ◦ green 110 ◦ blue 32

#AE6E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AE6E20

Tints of Hot Toddy #AE6E20

RGB

 RED value IS 174 (68.36% from 255) = 55.06%

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 55.06%
G = 34.81%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6E20 (or 0xAE6E20) is known color: Hot Toddy. HEX triplet: AE, 6E and 20. RGB value is (174,110,32). Sum of RGB (Red+Green+Blue) = 174+110+32=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E20 is #5191DF. Grayscale: #787878. Windows color (decimal): -5345760 or 2125486. OLE color: 2125486.

HSL color Cylindrical-coordinate representation of color #AE6E20: hue angle of 32.96º degrees, saturation: 0.69, 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 #AE6E20 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 110 32 -
CMYK 0 0.37 0.82 0.32
HSL 32.96º 0.69% 0.4% -
HSV(B) 32.96º 0.82% 0.68% -
XYZ 23.29 20.25 4.05 -
YUV 120.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 174 110 32 0 0.37 0.82 0.32 32.96 0.69 0.4
Hex AE 6E 20 0 25 52 20 21 45 28
Octal 256 156 40 0 45 122 40 41 105 50
Binary 10101110 1101110 100000 0 100101 1010010 100000 100001 1000101 101000

Color Harmonies of #AE6E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6E20

Black with #AE6E20

Text Example


Text Example

White with #AE6E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6E20; }

 p { color: rgb(174,110,32); }

 H1.HeaderClassName
 {
   color: #AE6E20;
 }
 .AnyTagClassName
 {
   color: #AE6E20;
 }
</style>

background-color css

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

 a { background-color: rgb(174,110,32); }

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

border-color css

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

 span { border-color: rgb(174,110,32); }

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