#AB7319

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

Shades of Hot Toddy #AB7319

Tints of Hot Toddy #AB7319

Color information

#AB7319 (or 0xAB7319) is unknown color: approx Hot Toddy. HEX triplet: AB, 73 and 19. RGB value is (171,115,25). Sum of RGB (Red+Green+Blue) = 171+115+25=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7319 is #548CE6. Grayscale: #797979. Windows color (decimal): -5541095 or 1668011. OLE color: 1668011.

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

Color convert

RGB17111525-
CMYK00.330.850.33
HSL36.99º74.49%38.43%-
HSV(B)36.99º85.38%67.06%-
XYZ23.120.993.75-
YUV121.4873.55163.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=54.98%
G=36.98%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711152500.330.850.3336.9974.4938.43
HexAB73190215521254a26
Octal25316331041125414511246
Binary10101011111001111001010000110101011000011001011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7319; }

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

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

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

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

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

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

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

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