Html Css Color HEX #AE742C Hot Toddy

📋 copy color: '#AE742C'

red 174 ◦ green 116 ◦ blue 44

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

Shades of Hot Toddy #AE742C

Tints of Hot Toddy #AE742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 52.1%
G = 34.73%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE742C (or 0xAE742C) is known color: Hot Toddy. HEX triplet: AE, 74 and 2C. RGB value is (174,116,44). Sum of RGB (Red+Green+Blue) = 174+116+44=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE742C is #518BD3. Grayscale: #7D7D7D. Windows color (decimal): -5344212 or 2913454. OLE color: 2913454.

HSL color Cylindrical-coordinate representation of color #AE742C: hue angle of 33.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE742C is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 44 -
CMYK 0 0.33 0.75 0.32
HSL 33.23º 0.6% 0.43% -
HSV(B) 33.23º 0.75% 0.68% -
XYZ 24.16 21.67 5.29 -
YUV 125.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 174 116 44 0 0.33 0.75 0.32 33.23 0.6 0.43
Hex AE 74 2C 0 21 4B 20 21 3C 2B
Octal 256 164 54 0 41 113 40 41 74 53
Binary 10101110 1110100 101100 0 100001 1001011 100000 100001 111100 101011

Color Harmonies of #AE742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE742C

Black with #AE742C

Text Example


Text Example

White with #AE742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE742C; }

 p { color: rgb(174,116,44); }

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

background-color css

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

 a { background-color: rgb(174,116,44); }

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

border-color css

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

 span { border-color: rgb(174,116,44); }

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