Html Css Color HEX #AE741B Hot Toddy

📋 copy color: '#AE741B'

red 174 ◦ green 116 ◦ blue 27

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

Shades of Hot Toddy #AE741B

Tints of Hot Toddy #AE741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 54.89%
G = 36.59%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE741B (or 0xAE741B) is known color: Hot Toddy. HEX triplet: AE, 74 and 1B. RGB value is (174,116,27). Sum of RGB (Red+Green+Blue) = 174+116+27=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE741B is #518BE4. Grayscale: #7B7B7B. Windows color (decimal): -5344229 or 1799342. OLE color: 1799342.

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

Color convert

RGB 174 116 27 -
CMYK 0 0.33 0.84 0.32
HSL 36.33º 0.73% 0.39% -
HSV(B) 36.33º 0.84% 0.68% -
XYZ 23.9 21.57 3.94 -
YUV 123.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 174 116 27 0 0.33 0.84 0.32 36.33 0.73 0.39
Hex AE 74 1B 0 21 54 20 24 49 27
Octal 256 164 33 0 41 124 40 44 111 47
Binary 10101110 1110100 11011 0 100001 1010100 100000 100100 1001001 100111

Color Harmonies of #AE741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE741B

Black with #AE741B

Text Example


Text Example

White with #AE741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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