#AC7E2B

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

Shades of Hot Toddy #AC7E2B

Tints of Hot Toddy #AC7E2B

Color information

#AC7E2B (or 0xAC7E2B) is unknown color: approx Hot Toddy. HEX triplet: AC, 7E and 2B. RGB value is (172,126,43). Sum of RGB (Red+Green+Blue) = 172+126+43=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E2B is #5381D4. Grayscale: #828282. Windows color (decimal): -5472725 or 2850476. OLE color: 2850476.

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

Color convert

RGB17212643-
CMYK00.270.750.33
HSL38.6º60%42.16%-
HSV(B)38.6º75%67.45%-
XYZ24.9123.875.58-
YUV130.2978.74157.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 43 (17.19% from 255) = 12.61%
R=50.44%
G=36.95%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721264300.270.750.3338.66042.16
HexAC7E2B01B4B21273c2a
Octal2541765303311341477452
Binary1010110011111101010110110111001011100001100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E2B; }

 p { color: rgb(172,126,43); }

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

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

 a { background-color: rgb(172,126,43); }

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

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

 span { border-color: rgb(172,126,43); }

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