Html Css Color HEX #AC7316 Hot Toddy

📋 copy color: '#AC7316'

red 172 ◦ green 115 ◦ blue 22

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

Shades of Hot Toddy #AC7316

Tints of Hot Toddy #AC7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 55.66%
G = 37.22%
B = 7.12%

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

#AC7316 (or 0xAC7316) is known color: Hot Toddy. HEX triplet: AC, 73 and 16. RGB value is (172,115,22). Sum of RGB (Red+Green+Blue) = 172+115+22=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7316 is #538CE9. Grayscale: #797979. Windows color (decimal): -5475562 or 1471404. OLE color: 1471404.

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

Color convert

RGB 172 115 22 -
CMYK 0 0.33 0.87 0.33
HSL 37.2º 0.77% 0.38% -
HSV(B) 37.2º 0.87% 0.67% -
XYZ 23.29 21.09 3.6 -
YUV 121.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 172 115 22 0 0.33 0.87 0.33 37.2 0.77 0.38
Hex AC 73 16 0 21 57 21 25 4D 26
Octal 254 163 26 0 41 127 41 45 115 46
Binary 10101100 1110011 10110 0 100001 1010111 100001 100101 1001101 100110

Color Harmonies of #AC7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7316

Black with #AC7316

Text Example


Text Example

White with #AC7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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