Html Css Color HEX #AC7516 Hot Toddy

📋 copy color: '#AC7516'

red 172 ◦ green 117 ◦ blue 22

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

Shades of Hot Toddy #AC7516

Tints of Hot Toddy #AC7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 55.31%
G = 37.62%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7516 (or 0xAC7516) is known color: Hot Toddy. HEX triplet: AC, 75 and 16. RGB value is (172,117,22). Sum of RGB (Red+Green+Blue) = 172+117+22=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7516 is #538AE9. Grayscale: #7B7B7B. Windows color (decimal): -5475050 or 1471916. OLE color: 1471916.

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

Color convert

RGB 172 117 22 -
CMYK 0 0.32 0.87 0.33
HSL 38º 0.77% 0.38% -
HSV(B) 38º 0.87% 0.67% -
XYZ 23.52 21.55 3.68 -
YUV 122.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 172 117 22 0 0.32 0.87 0.33 38 0.77 0.38
Hex AC 75 16 0 20 57 21 26 4D 26
Octal 254 165 26 0 40 127 41 46 115 46
Binary 10101100 1110101 10110 0 100000 1010111 100001 100110 1001101 100110

Color Harmonies of #AC7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7516

Black with #AC7516

Text Example


Text Example

White with #AC7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7516; }

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

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

background-color css

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

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

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

border-color css

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

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

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