#a57535

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

Shades of Hot Toddy #A57535

Tints of Hot Toddy #A57535

Color information

#A57535 (or 0xA57535) is unknown color: approx Hot Toddy. HEX triplet: A5, 75 and 35. RGB value is (165,117,53). Sum of RGB (Red+Green+Blue) = 165+117+53=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A57535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57535 is #5A8ACA. Grayscale: #7C7C7C. Windows color (decimal): -5933771 or 3503525. OLE color: 3503525.

HSL color Cylindrical-coordinate representation of color #A57535: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A57535 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB16511753-
CMYK00.290.680.35
HSL34.29º51.38%42.75%-
HSV(B)34.29º67.88%64.71%-
XYZ22.5220.986.23-
YUV124.0687.9157.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=49.25%
G=34.93%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651175300.290.680.3534.2951.3842.75
HexA5753501D442322332b
Octal2451656503510443426353
Binary1010010111101011101010111011000100100011100010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57535; }

 p { color: rgb(165,117,53); }

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

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

 a { background-color: rgb(165,117,53); }

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

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

 span { border-color: rgb(165,117,53); }

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