#A17F31

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

Shades of Hot Toddy #A17F31

Tints of Hot Toddy #A17F31

Color information

#A17F31 (or 0xA17F31) is unknown color: approx Hot Toddy. HEX triplet: A1, 7F and 31. RGB value is (161,127,49). Sum of RGB (Red+Green+Blue) = 161+127+49=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F31 is #5E80CE. Grayscale: #808080. Windows color (decimal): -6193359 or 3243937. OLE color: 3243937.

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

Color convert

RGB16112749-
CMYK00.210.700.37
HSL41.79º53.33%41.18%-
HSV(B)41.79º69.57%63.14%-
XYZ22.8422.986.14-
YUV128.2783.26151.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=47.77%
G=37.69%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611274900.210.700.3741.7953.3341.18
HexA17F3101546252a3529
Octal2411776102510645526551
Binary1010000111111111100010101011000110100101101010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F31; }

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

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

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

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

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

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

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

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