Html Css Color HEX #AE6D1F Hot Toddy

📋 copy color: '#AE6D1F'

red 174 ◦ green 109 ◦ blue 31

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

Shades of Hot Toddy #AE6D1F

Tints of Hot Toddy #AE6D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 55.41%
G = 34.71%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6D1F (or 0xAE6D1F) is known color: Hot Toddy. HEX triplet: AE, 6D and 1F. RGB value is (174,109,31). Sum of RGB (Red+Green+Blue) = 174+109+31=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D1F is #5192E0. Grayscale: #777777. Windows color (decimal): -5346017 or 2059694. OLE color: 2059694.

HSL color Cylindrical-coordinate representation of color #AE6D1F: hue angle of 32.73º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE6D1F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 109 31 -
CMYK 0 0.37 0.82 0.32
HSL 32.73º 0.7% 0.4% -
HSV(B) 32.73º 0.82% 0.68% -
XYZ 23.17 20.03 3.94 -
YUV 119.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 174 109 31 0 0.37 0.82 0.32 32.73 0.7 0.4
Hex AE 6D 1F 0 25 52 20 21 46 28
Octal 256 155 37 0 45 122 40 41 106 50
Binary 10101110 1101101 11111 0 100101 1010010 100000 100001 1000110 101000

Color Harmonies of #AE6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D1F

Black with #AE6D1F

Text Example


Text Example

White with #AE6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D1F; }

 p { color: rgb(174,109,31); }

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

background-color css

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

 a { background-color: rgb(174,109,31); }

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

border-color css

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

 span { border-color: rgb(174,109,31); }

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