#A97A3A

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

Shades of Hot Toddy #A97A3A

Tints of Hot Toddy #A97A3A

Color information

#A97A3A (or 0xA97A3A) is unknown color: approx Hot Toddy. HEX triplet: A9, 7A and 3A. RGB value is (169,122,58). Sum of RGB (Red+Green+Blue) = 169+122+58=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A3A is #5685C5. Grayscale: #818181. Windows color (decimal): -5670342 or 3832489. OLE color: 3832489.

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

Color convert

RGB16912258-
CMYK00.280.660.34
HSL34.59º48.9%44.51%-
HSV(B)34.59º65.68%66.27%-
XYZ24.0922.667.11-
YUV128.7688.07156.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=48.42%
G=34.96%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691225800.280.660.3434.5948.944.51
HexA97A3A01C422223312d
Octal2511727203410242436155
Binary1010100111110101110100111001000010100010100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A3A; }

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

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

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

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

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

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

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

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