Html Css Color HEX #AE7315 Hot Toddy

📋 copy color: '#AE7315'

red 174 ◦ green 115 ◦ blue 21

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

Shades of Hot Toddy #AE7315

Tints of Hot Toddy #AE7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 56.13%
G = 37.1%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE7315 (or 0xAE7315) is known color: Hot Toddy. HEX triplet: AE, 73 and 15. RGB value is (174,115,21). Sum of RGB (Red+Green+Blue) = 174+115+21=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7315 is #518CEA. Grayscale: #7A7A7A. Windows color (decimal): -5344491 or 1405870. OLE color: 1405870.

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

Color convert

RGB 174 115 21 -
CMYK 0 0.34 0.88 0.32
HSL 36.86º 0.78% 0.38% -
HSV(B) 36.86º 0.88% 0.68% -
XYZ 23.72 21.31 3.57 -
YUV 121.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 174 115 21 0 0.34 0.88 0.32 36.86 0.78 0.38
Hex AE 73 15 0 22 58 20 25 4E 26
Octal 256 163 25 0 42 130 40 45 116 46
Binary 10101110 1110011 10101 0 100010 1011000 100000 100101 1001110 100110

Color Harmonies of #AE7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7315

Black with #AE7315

Text Example


Text Example

White with #AE7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7315; }

 p { color: rgb(174,115,21); }

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

background-color css

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

 a { background-color: rgb(174,115,21); }

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

border-color css

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

 span { border-color: rgb(174,115,21); }

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