#A5761E

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

Shades of Hot Toddy #A5761E

Tints of Hot Toddy #A5761E

Color information

#A5761E (or 0xA5761E) is unknown color: approx Hot Toddy. HEX triplet: A5, 76 and 1E. RGB value is (165,118,30). Sum of RGB (Red+Green+Blue) = 165+118+30=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5761E is #5A89E1. Grayscale: #7A7A7A. Windows color (decimal): -5933538 or 1996453. OLE color: 1996453.

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

Color convert

RGB16511830-
CMYK00.280.820.35
HSL39.11º69.23%38.24%-
HSV(B)39.11º81.82%64.71%-
XYZ22.2321.054.12-
YUV122.0276.07158.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 30 (12.11% from 255) = 9.58%
R=52.72%
G=37.70%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651183000.280.820.3539.1169.2338.24
HexA5761E01C5223274526
Octal24516636034122434710546
Binary1010010111101101111001110010100101000111001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5761E; }

 p { color: rgb(165,118,30); }

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

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

 a { background-color: rgb(165,118,30); }

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

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

 span { border-color: rgb(165,118,30); }

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