#AB702F

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

Shades of Hot Toddy #AB702F

Tints of Hot Toddy #AB702F

Color information

#AB702F (or 0xAB702F) is unknown color: approx Hot Toddy. HEX triplet: AB, 70 and 2F. RGB value is (171,112,47). Sum of RGB (Red+Green+Blue) = 171+112+47=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB702F is #548FD0. Grayscale: #7A7A7A. Windows color (decimal): -5541841 or 3109035. OLE color: 3109035.

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

Color convert

RGB17111247-
CMYK00.350.730.33
HSL31.45º56.88%42.75%-
HSV(B)31.45º72.51%67.06%-
XYZ23.120.455.42-
YUV122.2385.55162.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 47 (18.75% from 255) = 14.24%
R=51.82%
G=33.94%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711124700.350.730.3331.4556.8842.75
HexAB702F02349211f392b
Octal2531605704311141377153
Binary1010101111100001011110100011100100110000111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB702F; }

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

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

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

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

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

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

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

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