Html Css Color HEX #AE742B Hot Toddy

📋 copy color: '#AE742B'

red 174 ◦ green 116 ◦ blue 43

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

Shades of Hot Toddy #AE742B

Tints of Hot Toddy #AE742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 52.25%
G = 34.83%
B = 12.91%

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

#AE742B (or 0xAE742B) is known color: Hot Toddy. HEX triplet: AE, 74 and 2B. RGB value is (174,116,43). Sum of RGB (Red+Green+Blue) = 174+116+43=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE742B is #518BD4. Grayscale: #7D7D7D. Windows color (decimal): -5344213 or 2847918. OLE color: 2847918.

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

Color convert

RGB 174 116 43 -
CMYK 0 0.33 0.75 0.32
HSL 33.44º 0.6% 0.43% -
HSV(B) 33.44º 0.75% 0.68% -
XYZ 24.14 21.66 5.19 -
YUV 125.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 174 116 43 0 0.33 0.75 0.32 33.44 0.6 0.43
Hex AE 74 2B 0 21 4B 20 21 3C 2B
Octal 256 164 53 0 41 113 40 41 74 53
Binary 10101110 1110100 101011 0 100001 1001011 100000 100001 111100 101011

Color Harmonies of #AE742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE742B

Black with #AE742B

Text Example


Text Example

White with #AE742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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