#A97132

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

Shades of Hot Toddy #A97132

Tints of Hot Toddy #A97132

Color information

#A97132 (or 0xA97132) is unknown color: approx Hot Toddy. HEX triplet: A9, 71 and 32. RGB value is (169,113,50). Sum of RGB (Red+Green+Blue) = 169+113+50=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A97132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97132 is #568ECD. Grayscale: #7A7A7A. Windows color (decimal): -5672654 or 3305897. OLE color: 3305897.

HSL color Cylindrical-coordinate representation of color #A97132: hue angle of 31.76º 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 #A97132 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16911350-
CMYK00.330.700.34
HSL31.76º54.34%42.94%-
HSV(B)31.76º70.41%66.27%-
XYZ22.8420.485.77-
YUV122.5687.05161.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=50.90%
G=34.04%
B=15.06%

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
Decimal1691135000.330.700.3431.7654.3442.94
HexA97132021462220362b
Octal2511616204110642406653
Binary10101001111000111001001000011000110100010100000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97132; }

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

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

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

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

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

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

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

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