#AB8029

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

Shades of Hot Toddy #AB8029

Tints of Hot Toddy #AB8029

Color information

#AB8029 (or 0xAB8029) is unknown color: approx Hot Toddy. HEX triplet: AB, 80 and 29. RGB value is (171,128,41). Sum of RGB (Red+Green+Blue) = 171+128+41=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8029 is #547FD6. Grayscale: #838383. Windows color (decimal): -5537751 or 2719915. OLE color: 2719915.

HSL color Cylindrical-coordinate representation of color #AB8029: hue angle of 40.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB8029 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17112841-
CMYK00.250.760.33
HSL40.15º61.32%41.57%-
HSV(B)40.15º76.02%67.06%-
XYZ24.9124.265.47-
YUV130.9477.25156.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=50.29%
G=37.65%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711284100.250.760.3340.1561.3241.57
HexAB80290194C21283d2a
Octal2532005103111441507552
Binary10101011100000001010010110011001100100001101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8029; }

 p { color: rgb(171,128,41); }

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

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

 a { background-color: rgb(171,128,41); }

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

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

 span { border-color: rgb(171,128,41); }

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