#A5762D

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

Shades of Hot Toddy #A5762D

Tints of Hot Toddy #A5762D

Color information

#A5762D (or 0xA5762D) is unknown color: approx Hot Toddy. HEX triplet: A5, 76 and 2D. RGB value is (165,118,45). Sum of RGB (Red+Green+Blue) = 165+118+45=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5762D is #5A89D2. Grayscale: #7C7C7C. Windows color (decimal): -5933523 or 2979493. OLE color: 2979493.

HSL color Cylindrical-coordinate representation of color #A5762D: hue angle of 36.5º 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 #A5762D is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16511845-
CMYK00.280.730.35
HSL36.5º57.14%41.18%-
HSV(B)36.5º72.73%64.71%-
XYZ22.4721.155.38-
YUV123.7383.57157.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=50.30%
G=35.98%
B=13.72%

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
Decimal1651184500.280.730.3536.557.1441.18
HexA5762D01C4923243929
Octal2451665503411143447151
Binary1010010111101101011010111001001001100011100100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5762D; }

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

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

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

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

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

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

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

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