#a07c31

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

Shades of Hot Toddy #A07C31

Tints of Hot Toddy #A07C31

Color information

#A07C31 (or 0xA07C31) is unknown color: approx Hot Toddy. HEX triplet: A0, 7C and 31. RGB value is (160,124,49). Sum of RGB (Red+Green+Blue) = 160+124+49=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C31 is #5F83CE. Grayscale: #7E7E7E. Windows color (decimal): -6259663 or 3243168. OLE color: 3243168.

HSL color Cylindrical-coordinate representation of color #A07C31: hue angle of 40.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07C31 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16012449-
CMYK00.220.690.37
HSL40.54º53.11%40.98%-
HSV(B)40.54º69.38%62.75%-
XYZ22.2622.116-
YUV126.2184.43152.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 49 (19.53% from 255) = 14.71%
R=48.05%
G=37.24%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601244900.220.690.3740.5453.1140.98
HexA07C310164525293529
Octal2401746102610545516551
Binary1010000011111001100010101101000101100101101001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07c31; }

 p { color: rgb(160,124,49); }

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

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

 a { background-color: rgb(160,124,49); }

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

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

 span { border-color: rgb(160,124,49); }

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