#ac702e

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

Shades of Hot Toddy #AC702E

Tints of Hot Toddy #AC702E

Color information

#AC702E (or 0xAC702E) is unknown color: approx Hot Toddy. HEX triplet: AC, 70 and 2E. RGB value is (172,112,46). Sum of RGB (Red+Green+Blue) = 172+112+46=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702E is #538FD1. Grayscale: #7A7A7A. Windows color (decimal): -5476306 or 3043500. OLE color: 3043500.

HSL color Cylindrical-coordinate representation of color #AC702E: hue angle of 31.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC702E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17211246-
CMYK00.350.730.33
HSL31.43º57.8%42.75%-
HSV(B)31.43º73.26%67.45%-
XYZ23.320.565.32-
YUV122.4284.88163.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 46 (18.36% from 255) = 13.94%
R=52.12%
G=33.94%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721124600.350.730.3331.4357.842.75
HexAC702E02349211f3a2b
Octal2541605604311141377253
Binary1010110011100001011100100011100100110000111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac702e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac702e; }

 p { color: rgb(172,112,46); }

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

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

 a { background-color: rgb(172,112,46); }

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

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

 span { border-color: rgb(172,112,46); }

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