#AB7020

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

Shades of Hot Toddy #AB7020

Tints of Hot Toddy #AB7020

Color information

#AB7020 (or 0xAB7020) is unknown color: approx Hot Toddy. HEX triplet: AB, 70 and 20. RGB value is (171,112,32). Sum of RGB (Red+Green+Blue) = 171+112+32=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7020 is #548FDF. Grayscale: #787878. Windows color (decimal): -5541856 or 2125995. OLE color: 2125995.

HSL color Cylindrical-coordinate representation of color #AB7020: hue angle of 34.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB7020 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17111232-
CMYK00.350.810.33
HSL34.53º68.47%39.8%-
HSV(B)34.53º81.29%67.06%-
XYZ22.8520.354.09-
YUV120.5278.05164-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=54.29%
G=35.56%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711123200.350.810.3334.5368.4739.8
HexAB70200235121234428
Octal25316040043121414310450
Binary101010111110000100000010001110100011000011000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7020; }

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

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

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

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

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

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

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

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