#A57D29

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

Shades of Hot Toddy #A57D29

Tints of Hot Toddy #A57D29

Color information

#A57D29 (or 0xA57D29) is unknown color: approx Hot Toddy. HEX triplet: A5, 7D and 29. RGB value is (165,125,41). Sum of RGB (Red+Green+Blue) = 165+125+41=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D29 is #5A82D6. Grayscale: #7F7F7F. Windows color (decimal): -5931735 or 2719141. OLE color: 2719141.

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

Color convert

RGB16512541-
CMYK00.240.750.35
HSL40.65º60.19%40.39%-
HSV(B)40.65º75.15%64.71%-
XYZ23.2522.835.28-
YUV127.3879.25154.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=49.85%
G=37.76%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651254100.240.750.3540.6560.1940.39
HexA57D290184B23293c28
Octal2451755103011343517450
Binary1010010111111011010010110001001011100011101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D29; }

 p { color: rgb(165,125,41); }

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

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

 a { background-color: rgb(165,125,41); }

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

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

 span { border-color: rgb(165,125,41); }

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