#A97232

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

Shades of Hot Toddy #A97232

Tints of Hot Toddy #A97232

Color information

#A97232 (or 0xA97232) is unknown color: approx Hot Toddy. HEX triplet: A9, 72 and 32. RGB value is (169,114,50). Sum of RGB (Red+Green+Blue) = 169+114+50=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A97232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97232 is #568DCD. Grayscale: #7B7B7B. Windows color (decimal): -5672398 or 3306153. OLE color: 3306153.

HSL color Cylindrical-coordinate representation of color #A97232: hue angle of 32.27º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A97232 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16911450-
CMYK00.330.700.34
HSL32.27º54.34%42.94%-
HSV(B)32.27º70.41%66.27%-
XYZ22.9620.75.8-
YUV123.1586.72160.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=50.75%
G=34.23%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691145000.330.700.3432.2754.3442.94
HexA97232021462220362b
Octal2511626204110642406653
Binary10101001111001011001001000011000110100010100000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97232; }

 p { color: rgb(169,114,50); }

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

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

 a { background-color: rgb(169,114,50); }

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

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

 span { border-color: rgb(169,114,50); }

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