#AC7934

Color #AC7934 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AC7934

Tints of Hot Toddy #AC7934

Color information

#AC7934 (or 0xAC7934) is unknown color: approx Hot Toddy. HEX triplet: AC, 79 and 34. RGB value is (172,121,52). Sum of RGB (Red+Green+Blue) = 172+121+52=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7934 is #5386CB. Grayscale: #808080. Windows color (decimal): -5473996 or 3439020. OLE color: 3439020.

HSL color Cylindrical-coordinate representation of color #AC7934: hue angle of 34.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC7934 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17212152-
CMYK00.300.700.33
HSL34.5º53.57%43.92%-
HSV(B)34.5º69.77%67.45%-
XYZ24.4722.696.34-
YUV128.3884.9159.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=49.86%
G=35.07%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721215200.300.700.3334.553.5743.92
HexAC793401E462122362c
Octal2541716403610641426654
Binary1010110011110011101000111101000110100001100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7934; }

 p { color: rgb(172,121,52); }

 H1.HeaderClassName
 {
   color: #AC7934;
 }
 .AnyTagClassName
 {
   color: #AC7934;
 }
</style>
background-color css

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

 a { background-color: rgb(172,121,52); }

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

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

 span { border-color: rgb(172,121,52); }

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