#AC7128

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

Shades of Hot Toddy #AC7128

Tints of Hot Toddy #AC7128

Color information

#AC7128 (or 0xAC7128) is unknown color: approx Hot Toddy. HEX triplet: AC, 71 and 28. RGB value is (172,113,40). Sum of RGB (Red+Green+Blue) = 172+113+40=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7128 is #538ED7. Grayscale: #7A7A7A. Windows color (decimal): -5476056 or 2650540. OLE color: 2650540.

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

Color convert

RGB17211340-
CMYK00.340.770.33
HSL33.18º62.26%41.57%-
HSV(B)33.18º76.74%67.45%-
XYZ23.320.734.78-
YUV122.3281.55163.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.92%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=52.92%
G=34.77%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721134000.340.770.3333.1862.2641.57
HexAC71280224D21213e2a
Octal2541615004211541417652
Binary10101100111000110100001000101001101100001100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7128; }

 p { color: rgb(172,113,40); }

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

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

 a { background-color: rgb(172,113,40); }

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

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

 span { border-color: rgb(172,113,40); }

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