Html Css Color HEX #AE721A Hot Toddy

📋 copy color: '#AE721A'

red 174 ◦ green 114 ◦ blue 26

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

Shades of Hot Toddy #AE721A

Tints of Hot Toddy #AE721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 55.41%
G = 36.31%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE721A (or 0xAE721A) is known color: Hot Toddy. HEX triplet: AE, 72 and 1A. RGB value is (174,114,26). Sum of RGB (Red+Green+Blue) = 174+114+26=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE721A is #518DE5. Grayscale: #7A7A7A. Windows color (decimal): -5344742 or 1733294. OLE color: 1733294.

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

Color convert

RGB 174 114 26 -
CMYK 0 0.34 0.85 0.32
HSL 35.68º 0.74% 0.39% -
HSV(B) 35.68º 0.85% 0.68% -
XYZ 23.66 21.11 3.8 -
YUV 121.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 174 114 26 0 0.34 0.85 0.32 35.68 0.74 0.39
Hex AE 72 1A 0 22 55 20 24 4A 27
Octal 256 162 32 0 42 125 40 44 112 47
Binary 10101110 1110010 11010 0 100010 1010101 100000 100100 1001010 100111

Color Harmonies of #AE721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE721A

Black with #AE721A

Text Example


Text Example

White with #AE721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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