#A87A2F

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

Shades of Hot Toddy #A87A2F

Tints of Hot Toddy #A87A2F

Color information

#A87A2F (or 0xA87A2F) is unknown color: approx Hot Toddy. HEX triplet: A8, 7A and 2F. RGB value is (168,122,47). Sum of RGB (Red+Green+Blue) = 168+122+47=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A2F is #5785D0. Grayscale: #7F7F7F. Windows color (decimal): -5735889 or 3111592. OLE color: 3111592.

HSL color Cylindrical-coordinate representation of color #A87A2F: hue angle of 37.19º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A87A2F is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB16812247-
CMYK00.270.720.34
HSL37.19º56.28%42.16%-
HSV(B)37.19º72.02%65.88%-
XYZ23.6222.455.78-
YUV127.282.74157.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 47 (18.75% from 255) = 13.95%
R=49.85%
G=36.20%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681224700.270.720.3437.1956.2842.16
HexA87A2F01B482225382a
Octal2501725703311042457052
Binary1010100011110101011110110111001000100010100101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87A2F; }

 p { color: rgb(168,122,47); }

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

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

 a { background-color: rgb(168,122,47); }

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

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

 span { border-color: rgb(168,122,47); }

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