#A57331

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

Shades of Hot Toddy #A57331

Tints of Hot Toddy #A57331

Color information

#A57331 (or 0xA57331) is unknown color: approx Hot Toddy. HEX triplet: A5, 73 and 31. RGB value is (165,115,49). Sum of RGB (Red+Green+Blue) = 165+115+49=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A57331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57331 is #5A8CCE. Grayscale: #7A7A7A. Windows color (decimal): -5934287 or 3240869. OLE color: 3240869.

HSL color Cylindrical-coordinate representation of color #A57331: hue angle of 34.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A57331 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16511549-
CMYK00.300.700.35
HSL34.14º54.21%41.96%-
HSV(B)34.14º70.3%64.71%-
XYZ22.220.485.69-
YUV122.4386.56158.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=50.15%
G=34.95%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651154900.300.700.3534.1454.2141.96
HexA5733101E462322362a
Octal2451636103610643426652
Binary1010010111100111100010111101000110100011100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57331; }

 p { color: rgb(165,115,49); }

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

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

 a { background-color: rgb(165,115,49); }

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

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

 span { border-color: rgb(165,115,49); }

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