#AB7A34

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

Shades of Hot Toddy #AB7A34

Tints of Hot Toddy #AB7A34

Color information

#AB7A34 (or 0xAB7A34) is unknown color: approx Hot Toddy. HEX triplet: AB, 7A and 34. RGB value is (171,122,52). Sum of RGB (Red+Green+Blue) = 171+122+52=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A34 is #5485CB. Grayscale: #818181. Windows color (decimal): -5539276 or 3439275. OLE color: 3439275.

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

Color convert

RGB17112252-
CMYK00.290.700.33
HSL35.29º53.36%43.73%-
HSV(B)35.29º69.59%67.06%-
XYZ24.3722.826.37-
YUV128.6784.73158.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=49.57%
G=35.36%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711225200.290.700.3335.2953.3643.73
HexAB7A3401D462123352c
Octal2531726403510641436554
Binary1010101111110101101000111011000110100001100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A34; }

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

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

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

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

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

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

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

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