#AB7026

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

Shades of Hot Toddy #AB7026

Tints of Hot Toddy #AB7026

Color information

#AB7026 (or 0xAB7026) is unknown color: approx Hot Toddy. HEX triplet: AB, 70 and 26. RGB value is (171,112,38). Sum of RGB (Red+Green+Blue) = 171+112+38=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7026 is #548FD9. Grayscale: #797979. Windows color (decimal): -5541850 or 2519211. OLE color: 2519211.

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

Color convert

RGB17111238-
CMYK00.350.780.33
HSL33.38º63.64%40.98%-
HSV(B)33.38º77.78%67.06%-
XYZ22.9420.394.56-
YUV121.281.05163.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=53.27%
G=34.89%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711123800.350.780.3333.3863.6440.98
HexAB70260234E21214029
Octal25316046043116414110051
Binary101010111110000100110010001110011101000011000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7026; }

 p { color: rgb(171,112,38); }

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

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

 a { background-color: rgb(171,112,38); }

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

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

 span { border-color: rgb(171,112,38); }

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