#ab7124

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

Shades of Hot Toddy #AB7124

Tints of Hot Toddy #AB7124

Color information

#AB7124 (or 0xAB7124) is unknown color: approx Hot Toddy. HEX triplet: AB, 71 and 24. RGB value is (171,113,36). Sum of RGB (Red+Green+Blue) = 171+113+36=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7124 is #548EDB. Grayscale: #797979. Windows color (decimal): -5541596 or 2388395. OLE color: 2388395.

HSL color Cylindrical-coordinate representation of color #AB7124: hue angle of 34.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB7124 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB17111336-
CMYK00.340.790.33
HSL34.22º65.22%40.59%-
HSV(B)34.22º78.95%67.06%-
XYZ23.0220.64.43-
YUV121.5679.72163.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 36 (14.45% from 255) = 11.25%
R=53.44%
G=35.31%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711133600.340.790.3334.2265.2240.59
HexAB71240224F21224129
Octal25316144042117414210151
Binary101010111110001100100010001010011111000011000101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab7124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab7124; }

 p { color: rgb(171,113,36); }

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

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

 a { background-color: rgb(171,113,36); }

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

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

 span { border-color: rgb(171,113,36); }

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