Html Css Color HEX #AE7D1F Hot Toddy

📋 copy color: '#AE7D1F'

red 174 ◦ green 125 ◦ blue 31

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

Shades of Hot Toddy #AE7D1F

Tints of Hot Toddy #AE7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 52.73%
G = 37.88%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE7D1F (or 0xAE7D1F) is known color: Hot Toddy. HEX triplet: AE, 7D and 1F. RGB value is (174,125,31). Sum of RGB (Red+Green+Blue) = 174+125+31=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1F is #5182E0. Grayscale: #818181. Windows color (decimal): -5341921 or 2063790. OLE color: 2063790.

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

Color convert

RGB 174 125 31 -
CMYK 0 0.28 0.82 0.32
HSL 39.44º 0.7% 0.4% -
HSV(B) 39.44º 0.82% 0.68% -
XYZ 25.04 23.76 4.56 -
YUV 128.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 174 125 31 0 0.28 0.82 0.32 39.44 0.7 0.4
Hex AE 7D 1F 0 1C 52 20 27 46 28
Octal 256 175 37 0 34 122 40 47 106 50
Binary 10101110 1111101 11111 0 11100 1010010 100000 100111 1000110 101000

Color Harmonies of #AE7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D1F

Black with #AE7D1F

Text Example


Text Example

White with #AE7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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