#AB7D33

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

Shades of Hot Toddy #AB7D33

Tints of Hot Toddy #AB7D33

Color information

#AB7D33 (or 0xAB7D33) is unknown color: approx Hot Toddy. HEX triplet: AB, 7D and 33. RGB value is (171,125,51). Sum of RGB (Red+Green+Blue) = 171+125+51=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D33 is #5482CC. Grayscale: #828282. Windows color (decimal): -5538509 or 3374507. OLE color: 3374507.

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

Color convert

RGB17112551-
CMYK00.270.700.33
HSL37º54.05%43.53%-
HSV(B)37º70.18%67.06%-
XYZ24.7323.566.38-
YUV130.3283.24157.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 51 (20.31% from 255) = 14.70%
R=49.28%
G=36.02%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711255100.270.700.333754.0543.53
HexAB7D3301B462125362c
Octal2531756303310641456654
Binary1010101111111011100110110111000110100001100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D33; }

 p { color: rgb(171,125,51); }

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

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

 a { background-color: rgb(171,125,51); }

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

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

 span { border-color: rgb(171,125,51); }

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