Html Css Color HEX #AE721C Hot Toddy

📋 copy color: '#AE721C'

red 174 ◦ green 114 ◦ blue 28

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

Shades of Hot Toddy #AE721C

Tints of Hot Toddy #AE721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 55.06%
G = 36.08%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE721C (or 0xAE721C) is known color: Hot Toddy. HEX triplet: AE, 72 and 1C. RGB value is (174,114,28). Sum of RGB (Red+Green+Blue) = 174+114+28=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE721C is #518DE3. Grayscale: #7A7A7A. Windows color (decimal): -5344740 or 1864366. OLE color: 1864366.

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

Color convert

RGB 174 114 28 -
CMYK 0 0.34 0.84 0.32
HSL 35.34º 0.72% 0.4% -
HSV(B) 35.34º 0.84% 0.68% -
XYZ 23.68 21.12 3.93 -
YUV 122.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 174 114 28 0 0.34 0.84 0.32 35.34 0.72 0.4
Hex AE 72 1C 0 22 54 20 23 48 28
Octal 256 162 34 0 42 124 40 43 110 50
Binary 10101110 1110010 11100 0 100010 1010100 100000 100011 1001000 101000

Color Harmonies of #AE721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE721C

Black with #AE721C

Text Example


Text Example

White with #AE721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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