Html Css Color HEX #AC7616 Hot Toddy

📋 copy color: '#AC7616'

red 172 ◦ green 118 ◦ blue 22

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

Shades of Hot Toddy #AC7616

Tints of Hot Toddy #AC7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 55.13%
G = 37.82%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7616 (or 0xAC7616) is known color: Hot Toddy. HEX triplet: AC, 76 and 16. RGB value is (172,118,22). Sum of RGB (Red+Green+Blue) = 172+118+22=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7616 is #5389E9. Grayscale: #7B7B7B. Windows color (decimal): -5474794 or 1472172. OLE color: 1472172.

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

Color convert

RGB 172 118 22 -
CMYK 0 0.31 0.87 0.33
HSL 38.4º 0.77% 0.38% -
HSV(B) 38.4º 0.87% 0.67% -
XYZ 23.64 21.79 3.72 -
YUV 123.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 172 118 22 0 0.31 0.87 0.33 38.4 0.77 0.38
Hex AC 76 16 0 1F 57 21 26 4D 26
Octal 254 166 26 0 37 127 41 46 115 46
Binary 10101100 1110110 10110 0 11111 1010111 100001 100110 1001101 100110

Color Harmonies of #AC7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7616

Black with #AC7616

Text Example


Text Example

White with #AC7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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