#A97A2A

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

Shades of Hot Toddy #A97A2A

Tints of Hot Toddy #A97A2A

Color information

#A97A2A (or 0xA97A2A) is unknown color: approx Hot Toddy. HEX triplet: A9, 7A and 2A. RGB value is (169,122,42). Sum of RGB (Red+Green+Blue) = 169+122+42=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A2A is #5685D5. Grayscale: #7F7F7F. Windows color (decimal): -5670358 or 2783913. OLE color: 2783913.

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

Color convert

RGB16912242-
CMYK00.280.750.34
HSL37.8º60.19%41.37%-
HSV(B)37.8º75.15%66.27%-
XYZ23.7422.525.29-
YUV126.9380.07158-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=50.75%
G=36.64%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691224200.280.750.3437.860.1941.37
HexA97A2A01C4B22263c29
Octal2511725203411342467451
Binary1010100111110101010100111001001011100010100110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A2A; }

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

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

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

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

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

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

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

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