#AB7A29

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

Shades of Hot Toddy #AB7A29

Tints of Hot Toddy #AB7A29

Color information

#AB7A29 (or 0xAB7A29) is unknown color: approx Hot Toddy. HEX triplet: AB, 7A and 29. RGB value is (171,122,41). Sum of RGB (Red+Green+Blue) = 171+122+41=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A29 is #5485D6. Grayscale: #7F7F7F. Windows color (decimal): -5539287 or 2718379. OLE color: 2718379.

HSL color Cylindrical-coordinate representation of color #AB7A29: hue angle of 37.38º 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 #AB7A29 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17112241-
CMYK00.290.760.33
HSL37.38º61.32%41.57%-
HSV(B)37.38º76.02%67.06%-
XYZ24.1522.745.21-
YUV127.4279.23159.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=51.20%
G=36.53%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711224100.290.760.3337.3861.3241.57
HexAB7A2901D4C21253d2a
Octal2531725103511441457552
Binary1010101111110101010010111011001100100001100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A29; }

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

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

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

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

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

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

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

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