#A37332

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

Shades of Hot Toddy #A37332

Tints of Hot Toddy #A37332

Color information

#A37332 (or 0xA37332) is unknown color: approx Hot Toddy. HEX triplet: A3, 73 and 32. RGB value is (163,115,50). Sum of RGB (Red+Green+Blue) = 163+115+50=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A37332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37332 is #5C8CCD. Grayscale: #7A7A7A. Windows color (decimal): -6065358 or 3306403. OLE color: 3306403.

HSL color Cylindrical-coordinate representation of color #A37332: hue angle of 34.51º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A37332 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16311550-
CMYK00.290.690.36
HSL34.51º53.05%41.76%-
HSV(B)34.51º69.33%63.92%-
XYZ21.8120.285.78-
YUV121.9487.4157.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=49.70%
G=35.06%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631155000.290.690.3634.5153.0541.76
HexA3733201D452423352a
Octal2431636203510544436552
Binary1010001111100111100100111011000101100100100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37332; }

 p { color: rgb(163,115,50); }

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

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

 a { background-color: rgb(163,115,50); }

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

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

 span { border-color: rgb(163,115,50); }

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