Html Css Color HEX #AC7416 Hot Toddy

📋 copy color: '#AC7416'

red 172 ◦ green 116 ◦ blue 22

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

Shades of Hot Toddy #AC7416

Tints of Hot Toddy #AC7416

RGB

 RED value IS 172 (67.58% from 255) = 55.48%

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

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 55.48%
G = 37.42%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7416 (or 0xAC7416) is known color: Hot Toddy. HEX triplet: AC, 74 and 16. RGB value is (172,116,22). Sum of RGB (Red+Green+Blue) = 172+116+22=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7416 is #538BE9. Grayscale: #7A7A7A. Windows color (decimal): -5475306 or 1471660. OLE color: 1471660.

HSL color Cylindrical-coordinate representation of color #AC7416: hue angle of 37.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC7416 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 22 -
CMYK 0 0.33 0.87 0.33
HSL 37.6º 0.77% 0.38% -
HSV(B) 37.6º 0.87% 0.67% -
XYZ 23.4 21.32 3.64 -
YUV 122.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 172 116 22 0 0.33 0.87 0.33 37.6 0.77 0.38
Hex AC 74 16 0 21 57 21 26 4D 26
Octal 254 164 26 0 41 127 41 46 115 46
Binary 10101100 1110100 10110 0 100001 1010111 100001 100110 1001101 100110

Color Harmonies of #AC7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7416

Black with #AC7416

Text Example


Text Example

White with #AC7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7416; }

 p { color: rgb(172,116,22); }

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

background-color css

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

 a { background-color: rgb(172,116,22); }

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

border-color css

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

 span { border-color: rgb(172,116,22); }

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