#A5742C

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

Shades of Hot Toddy #A5742C

Tints of Hot Toddy #A5742C

Color information

#A5742C (or 0xA5742C) is unknown color: approx Hot Toddy. HEX triplet: A5, 74 and 2C. RGB value is (165,116,44). Sum of RGB (Red+Green+Blue) = 165+116+44=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5742C is #5A8BD3. Grayscale: #7A7A7A. Windows color (decimal): -5934036 or 2913445. OLE color: 2913445.

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

Color convert

RGB16511644-
CMYK00.300.730.35
HSL35.7º57.89%40.98%-
HSV(B)35.7º73.33%64.71%-
XYZ22.2220.675.2-
YUV122.4483.73158.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=50.77%
G=35.69%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651164400.300.730.3535.757.8940.98
HexA5742C01E4923243a29
Octal2451645403611143447251
Binary1010010111101001011000111101001001100011100100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5742C; }

 p { color: rgb(165,116,44); }

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

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

 a { background-color: rgb(165,116,44); }

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

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

 span { border-color: rgb(165,116,44); }

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