#AB7416

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

Shades of Hot Toddy #AB7416

Tints of Hot Toddy #AB7416

Color information

#AB7416 (or 0xAB7416) is unknown color: approx Hot Toddy. HEX triplet: AB, 74 and 16. RGB value is (171,116,22). Sum of RGB (Red+Green+Blue) = 171+116+22=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7416 is #548BE9. Grayscale: #7A7A7A. Windows color (decimal): -5540842 or 1471659. OLE color: 1471659.

HSL color Cylindrical-coordinate representation of color #AB7416: hue angle of 37.85º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB7416 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB17111622-
CMYK00.320.870.33
HSL37.85º77.2%37.84%-
HSV(B)37.85º87.13%67.06%-
XYZ23.1821.213.63-
YUV121.7371.72163.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=55.34%
G=37.54%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711162200.320.870.3337.8577.237.84
HexAB74160205721264d26
Octal25316426040127414611546
Binary10101011111010010110010000010101111000011001101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7416; }

 p { color: rgb(171,116,22); }

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

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

 a { background-color: rgb(171,116,22); }

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

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

 span { border-color: rgb(171,116,22); }

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