Html Css Color HEX #AE771D Hot Toddy

📋 copy color: '#AE771D'

red 174 ◦ green 119 ◦ blue 29

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

Shades of Hot Toddy #AE771D

Tints of Hot Toddy #AE771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 54.04%
G = 36.96%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE771D (or 0xAE771D) is known color: Hot Toddy. HEX triplet: AE, 77 and 1D. RGB value is (174,119,29). Sum of RGB (Red+Green+Blue) = 174+119+29=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE771D is #5188E2. Grayscale: #7D7D7D. Windows color (decimal): -5343459 or 1931182. OLE color: 1931182.

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

Color convert

RGB 174 119 29 -
CMYK 0 0.32 0.83 0.32
HSL 37.24º 0.71% 0.4% -
HSV(B) 37.24º 0.83% 0.68% -
XYZ 24.27 22.28 4.18 -
YUV 125.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 174 119 29 0 0.32 0.83 0.32 37.24 0.71 0.4
Hex AE 77 1D 0 20 53 20 25 47 28
Octal 256 167 35 0 40 123 40 45 107 50
Binary 10101110 1110111 11101 0 100000 1010011 100000 100101 1000111 101000

Color Harmonies of #AE771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE771D

Black with #AE771D

Text Example


Text Example

White with #AE771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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