#A77F31

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

Shades of Hot Toddy #A77F31

Tints of Hot Toddy #A77F31

Color information

#A77F31 (or 0xA77F31) is unknown color: approx Hot Toddy. HEX triplet: A7, 7F and 31. RGB value is (167,127,49). Sum of RGB (Red+Green+Blue) = 167+127+49=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F31 is #5880CE. Grayscale: #828282. Windows color (decimal): -5800143 or 3243943. OLE color: 3243943.

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

Color convert

RGB16712749-
CMYK00.240.710.35
HSL39.66º54.63%42.35%-
HSV(B)39.66º70.66%65.49%-
XYZ24.0823.626.19-
YUV130.0782.25154.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 49 (19.53% from 255) = 14.29%
R=48.69%
G=37.03%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671274900.240.710.3539.6654.6342.35
HexA77F31018472328372a
Octal2471776103010743506752
Binary1010011111111111100010110001000111100011101000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F31; }

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

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

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

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

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

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

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

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