#AB7318

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

Shades of Hot Toddy #AB7318

Tints of Hot Toddy #AB7318

Color information

#AB7318 (or 0xAB7318) is unknown color: approx Hot Toddy. HEX triplet: AB, 73 and 18. RGB value is (171,115,24). Sum of RGB (Red+Green+Blue) = 171+115+24=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7318 is #548CE7. Grayscale: #797979. Windows color (decimal): -5541096 or 1602475. OLE color: 1602475.

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

Color convert

RGB17111524-
CMYK00.330.860.33
HSL37.14º75.38%38.24%-
HSV(B)37.14º85.96%67.06%-
XYZ23.0920.993.7-
YUV121.3773.05163.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 24 (9.77% from 255) = 7.74%
R=55.16%
G=37.10%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711152400.330.860.3337.1475.3838.24
HexAB73180215621254b26
Octal25316330041126414511346
Binary10101011111001111000010000110101101000011001011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7318; }

 p { color: rgb(171,115,24); }

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

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

 a { background-color: rgb(171,115,24); }

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

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

 span { border-color: rgb(171,115,24); }

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