#ac722b

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

Shades of Hot Toddy #AC722B

Tints of Hot Toddy #AC722B

Color information

#AC722B (or 0xAC722B) is unknown color: approx Hot Toddy. HEX triplet: AC, 72 and 2B. RGB value is (172,114,43). Sum of RGB (Red+Green+Blue) = 172+114+43=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC722B is #538DD4. Grayscale: #7B7B7B. Windows color (decimal): -5475797 or 2847404. OLE color: 2847404.

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

Color convert

RGB17211443-
CMYK00.340.750.33
HSL33.02º60%42.16%-
HSV(B)33.02º75%67.45%-
XYZ23.4720.985.1-
YUV123.2582.72162.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=52.28%
G=34.65%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721144300.340.750.3333.026042.16
HexAC722B0224B21213c2a
Octal2541625304211341417452
Binary10101100111001010101101000101001011100001100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac722b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac722b; }

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

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

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

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

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

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

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

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