#AB7D2F

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

Shades of Hot Toddy #AB7D2F

Tints of Hot Toddy #AB7D2F

Color information

#AB7D2F (or 0xAB7D2F) is unknown color: approx Hot Toddy. HEX triplet: AB, 7D and 2F. RGB value is (171,125,47). Sum of RGB (Red+Green+Blue) = 171+125+47=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D2F is #5482D0. Grayscale: #828282. Windows color (decimal): -5538513 or 3112363. OLE color: 3112363.

HSL color Cylindrical-coordinate representation of color #AB7D2F: hue angle of 37.74º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB7D2F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17112547-
CMYK00.270.730.33
HSL37.74º56.88%42.75%-
HSV(B)37.74º72.51%67.06%-
XYZ24.6423.535.93-
YUV129.8681.24157.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=49.85%
G=36.44%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711254700.270.730.3337.7456.8842.75
HexAB7D2F01B492126392b
Octal2531755703311141467153
Binary1010101111111011011110110111001001100001100110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D2F; }

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

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

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

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

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

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

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

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