#A5782E

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

Shades of Hot Toddy #A5782E

Tints of Hot Toddy #A5782E

Color information

#A5782E (or 0xA5782E) is unknown color: approx Hot Toddy. HEX triplet: A5, 78 and 2E. RGB value is (165,120,46). Sum of RGB (Red+Green+Blue) = 165+120+46=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5782E is #5A87D1. Grayscale: #7D7D7D. Windows color (decimal): -5933010 or 3045541. OLE color: 3045541.

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

Color convert

RGB16512046-
CMYK00.270.720.35
HSL37.31º56.4%41.37%-
HSV(B)37.31º72.12%64.71%-
XYZ22.7321.635.56-
YUV125.0283.41156.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=49.85%
G=36.25%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651204600.270.720.3537.3156.441.37
HexA5782E01B4823253829
Octal2451705603311043457051
Binary1010010111110001011100110111001000100011100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5782E; }

 p { color: rgb(165,120,46); }

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

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

 a { background-color: rgb(165,120,46); }

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

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

 span { border-color: rgb(165,120,46); }

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