#AB721B

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

Shades of Hot Toddy #AB721B

Tints of Hot Toddy #AB721B

Color information

#AB721B (or 0xAB721B) is unknown color: approx Hot Toddy. HEX triplet: AB, 72 and 1B. RGB value is (171,114,27). Sum of RGB (Red+Green+Blue) = 171+114+27=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB721B is #548DE4. Grayscale: #797979. Windows color (decimal): -5541349 or 1798827. OLE color: 1798827.

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

Color convert

RGB17111427-
CMYK00.330.840.33
HSL36.25º72.73%38.82%-
HSV(B)36.25º84.21%67.06%-
XYZ23.0120.773.83-
YUV121.1274.88163.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=54.81%
G=36.54%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711142700.330.840.3336.2572.7338.82
HexAB721B0215421244927
Octal25316233041124414411147
Binary10101011111001011011010000110101001000011001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB721B; }

 p { color: rgb(171,114,27); }

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

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

 a { background-color: rgb(171,114,27); }

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

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

 span { border-color: rgb(171,114,27); }

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