Html Css Color HEX #AE721D Hot Toddy

📋 copy color: '#AE721D'

red 174 ◦ green 114 ◦ blue 29

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

Shades of Hot Toddy #AE721D

Tints of Hot Toddy #AE721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 54.89%
G = 35.96%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE721D (or 0xAE721D) is known color: Hot Toddy. HEX triplet: AE, 72 and 1D. RGB value is (174,114,29). Sum of RGB (Red+Green+Blue) = 174+114+29=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE721D is #518DE2. Grayscale: #7A7A7A. Windows color (decimal): -5344739 or 1929902. OLE color: 1929902.

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

Color convert

RGB 174 114 29 -
CMYK 0 0.34 0.83 0.32
HSL 35.17º 0.71% 0.4% -
HSV(B) 35.17º 0.83% 0.68% -
XYZ 23.69 21.12 3.99 -
YUV 122.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 174 114 29 0 0.34 0.83 0.32 35.17 0.71 0.4
Hex AE 72 1D 0 22 53 20 23 47 28
Octal 256 162 35 0 42 123 40 43 107 50
Binary 10101110 1110010 11101 0 100010 1010011 100000 100011 1000111 101000

Color Harmonies of #AE721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE721D

Black with #AE721D

Text Example


Text Example

White with #AE721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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