#A97A2E

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

Shades of Hot Toddy #A97A2E

Tints of Hot Toddy #A97A2E

Color information

#A97A2E (or 0xA97A2E) is unknown color: approx Hot Toddy. HEX triplet: A9, 7A and 2E. RGB value is (169,122,46). Sum of RGB (Red+Green+Blue) = 169+122+46=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A2E is #5685D1. Grayscale: #7F7F7F. Windows color (decimal): -5670354 or 3046057. OLE color: 3046057.

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

Color convert

RGB16912246-
CMYK00.280.730.34
HSL37.07º57.21%42.16%-
HSV(B)37.07º72.78%66.27%-
XYZ23.8122.555.68-
YUV127.3982.07157.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=50.15%
G=36.20%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691224600.280.730.3437.0757.2142.16
HexA97A2E01C492225392a
Octal2511725603411142457152
Binary1010100111110101011100111001001001100010100101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A2E; }

 p { color: rgb(169,122,46); }

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

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

 a { background-color: rgb(169,122,46); }

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

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

 span { border-color: rgb(169,122,46); }

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