#A57B3A

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

Shades of Hot Toddy #A57B3A

Tints of Hot Toddy #A57B3A

Color information

#A57B3A (or 0xA57B3A) is unknown color: approx Hot Toddy. HEX triplet: A5, 7B and 3A. RGB value is (165,123,58). Sum of RGB (Red+Green+Blue) = 165+123+58=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B3A is #5A84C5. Grayscale: #808080. Windows color (decimal): -5932230 or 3832741. OLE color: 3832741.

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

Color convert

RGB16512358-
CMYK00.250.650.35
HSL36.45º47.98%43.73%-
HSV(B)36.45º64.85%64.71%-
XYZ23.3622.477.11-
YUV128.1588.41154.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=47.69%
G=35.55%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651235800.250.650.3536.4547.9843.73
HexA57B3A019412324302c
Octal2451737203110143446054
Binary1010010111110111110100110011000001100011100100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B3A; }

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

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

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

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

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

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

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

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