Html Css Color HEX #AE701D Hot Toddy

📋 copy color: '#AE701D'

red 174 ◦ green 112 ◦ blue 29

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

Shades of Hot Toddy #AE701D

Tints of Hot Toddy #AE701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 55.24%
G = 35.56%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE701D (or 0xAE701D) is known color: Hot Toddy. HEX triplet: AE, 70 and 1D. RGB value is (174,112,29). Sum of RGB (Red+Green+Blue) = 174+112+29=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE701D is #518FE2. Grayscale: #797979. Windows color (decimal): -5345251 or 1929390. OLE color: 1929390.

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

Color convert

RGB 174 112 29 -
CMYK 0 0.36 0.83 0.32
HSL 34.34º 0.71% 0.4% -
HSV(B) 34.34º 0.83% 0.68% -
XYZ 23.47 20.68 3.92 -
YUV 121.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 174 112 29 0 0.36 0.83 0.32 34.34 0.71 0.4
Hex AE 70 1D 0 24 53 20 22 47 28
Octal 256 160 35 0 44 123 40 42 107 50
Binary 10101110 1110000 11101 0 100100 1010011 100000 100010 1000111 101000

Color Harmonies of #AE701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE701D

Black with #AE701D

Text Example


Text Example

White with #AE701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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