#AB7434

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

Shades of Hot Toddy #AB7434

Tints of Hot Toddy #AB7434

Color information

#AB7434 (or 0xAB7434) is unknown color: approx Hot Toddy. HEX triplet: AB, 74 and 34. RGB value is (171,116,52). Sum of RGB (Red+Green+Blue) = 171+116+52=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7434 is #548BCB. Grayscale: #7D7D7D. Windows color (decimal): -5540812 or 3437739. OLE color: 3437739.

HSL color Cylindrical-coordinate representation of color #AB7434: hue angle of 32.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB7434 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17111652-
CMYK00.320.700.33
HSL32.27º53.36%43.73%-
HSV(B)32.27º69.59%67.06%-
XYZ23.6621.46.13-
YUV125.1586.72160.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=50.44%
G=34.22%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711165200.320.700.3332.2753.3643.73
HexAB7434020462120352c
Octal2531646404010641406554
Binary10101011111010011010001000001000110100001100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7434; }

 p { color: rgb(171,116,52); }

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

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

 a { background-color: rgb(171,116,52); }

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

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

 span { border-color: rgb(171,116,52); }

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