#a5772d

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

Shades of Hot Toddy #A5772D

Tints of Hot Toddy #A5772D

Color information

#A5772D (or 0xA5772D) is unknown color: approx Hot Toddy. HEX triplet: A5, 77 and 2D. RGB value is (165,119,45). Sum of RGB (Red+Green+Blue) = 165+119+45=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5772D is #5A88D2. Grayscale: #7C7C7C. Windows color (decimal): -5933267 or 2979749. OLE color: 2979749.

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

Color convert

RGB16511945-
CMYK00.280.730.35
HSL37º57.14%41.18%-
HSV(B)37º72.73%64.71%-
XYZ22.5921.385.42-
YUV124.3283.24157.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=50.15%
G=36.17%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651194500.280.730.353757.1441.18
HexA5772D01C4923253929
Octal2451675503411143457151
Binary1010010111101111011010111001001001100011100101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5772d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5772d; }

 p { color: rgb(165,119,45); }

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

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

 a { background-color: rgb(165,119,45); }

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

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

 span { border-color: rgb(165,119,45); }

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