Html Css Color HEX #AE7D1E Hot Toddy

📋 copy color: '#AE7D1E'

red 174 ◦ green 125 ◦ blue 30

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

Shades of Hot Toddy #AE7D1E

Tints of Hot Toddy #AE7D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 52.89%
G = 37.99%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE7D1E (or 0xAE7D1E) is known color: Hot Toddy. HEX triplet: AE, 7D and 1E. RGB value is (174,125,30). Sum of RGB (Red+Green+Blue) = 174+125+30=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1E is #5182E1. Grayscale: #818181. Windows color (decimal): -5341922 or 1998254. OLE color: 1998254.

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

Color convert

RGB 174 125 30 -
CMYK 0 0.28 0.83 0.32
HSL 39.58º 0.71% 0.4% -
HSV(B) 39.58º 0.83% 0.68% -
XYZ 25.02 23.76 4.5 -
YUV 128.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 174 125 30 0 0.28 0.83 0.32 39.58 0.71 0.4
Hex AE 7D 1E 0 1C 53 20 28 47 28
Octal 256 175 36 0 34 123 40 50 107 50
Binary 10101110 1111101 11110 0 11100 1010011 100000 101000 1000111 101000

Color Harmonies of #AE7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D1E

Black with #AE7D1E

Text Example


Text Example

White with #AE7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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