#A87F31

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

Shades of Hot Toddy #A87F31

Tints of Hot Toddy #A87F31

Color information

#A87F31 (or 0xA87F31) is unknown color: approx Hot Toddy. HEX triplet: A8, 7F and 31. RGB value is (168,127,49). Sum of RGB (Red+Green+Blue) = 168+127+49=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F31 is #5780CE. Grayscale: #828282. Windows color (decimal): -5734607 or 3243944. OLE color: 3243944.

HSL color Cylindrical-coordinate representation of color #A87F31: hue angle of 39.33º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A87F31 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16812749-
CMYK00.240.710.34
HSL39.33º54.84%42.55%-
HSV(B)39.33º70.83%65.88%-
XYZ24.2923.736.2-
YUV130.3782.08154.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=48.84%
G=36.92%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681274900.240.710.3439.3354.8442.55
HexA87F31018472227372b
Octal2501776103010742476753
Binary1010100011111111100010110001000111100010100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F31; }

 p { color: rgb(168,127,49); }

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

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

 a { background-color: rgb(168,127,49); }

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

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

 span { border-color: rgb(168,127,49); }

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