#AC8026

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

Shades of Hot Toddy #AC8026

Tints of Hot Toddy #AC8026

Color information

#AC8026 (or 0xAC8026) is unknown color: approx Hot Toddy. HEX triplet: AC, 80 and 26. RGB value is (172,128,38). Sum of RGB (Red+Green+Blue) = 172+128+38=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8026 is #537FD9. Grayscale: #838383. Windows color (decimal): -5472218 or 2523308. OLE color: 2523308.

HSL color Cylindrical-coordinate representation of color #AC8026: hue angle of 40.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC8026 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB17212838-
CMYK00.260.780.33
HSL40.3º63.81%41.18%-
HSV(B)40.3º77.91%67.45%-
XYZ25.0824.355.21-
YUV130.975.58157.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=50.89%
G=37.87%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721283800.260.780.3340.363.8141.18
HexAC802601A4E21284029
Octal25420046032116415010051
Binary101011001000000010011001101010011101000011010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8026; }

 p { color: rgb(172,128,38); }

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

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

 a { background-color: rgb(172,128,38); }

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

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

 span { border-color: rgb(172,128,38); }

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