#A57B2A

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

Shades of Hot Toddy #A57B2A

Tints of Hot Toddy #A57B2A

Color information

#A57B2A (or 0xA57B2A) is unknown color: approx Hot Toddy. HEX triplet: A5, 7B and 2A. RGB value is (165,123,42). Sum of RGB (Red+Green+Blue) = 165+123+42=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B2A is #5A84D5. Grayscale: #7E7E7E. Windows color (decimal): -5932246 or 2784165. OLE color: 2784165.

HSL color Cylindrical-coordinate representation of color #A57B2A: hue angle of 39.51º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A57B2A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16512342-
CMYK00.250.750.35
HSL39.51º59.42%40.59%-
HSV(B)39.51º74.55%64.71%-
XYZ23.0222.335.29-
YUV126.3280.41155.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 42 (16.80% from 255) = 12.73%
R=50%
G=37.27%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651234200.250.750.3539.5159.4240.59
HexA57B2A0194B23283b29
Octal2451735203111343507351
Binary1010010111110111010100110011001011100011101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B2A; }

 p { color: rgb(165,123,42); }

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

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

 a { background-color: rgb(165,123,42); }

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

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

 span { border-color: rgb(165,123,42); }

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