#A5712A

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

Shades of Hot Toddy #A5712A

Tints of Hot Toddy #A5712A

Color information

#A5712A (or 0xA5712A) is unknown color: approx Hot Toddy. HEX triplet: A5, 71 and 2A. RGB value is (165,113,42). Sum of RGB (Red+Green+Blue) = 165+113+42=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5712A is #5A8ED5. Grayscale: #787878. Windows color (decimal): -5934806 or 2781605. OLE color: 2781605.

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

Color convert

RGB16511342-
CMYK00.320.750.35
HSL34.63º59.42%40.59%-
HSV(B)34.63º74.55%64.71%-
XYZ21.8419.984.9-
YUV120.4583.73159.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=51.56%
G=35.31%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651134200.320.750.3534.6359.4240.59
HexA5712A0204B23233b29
Octal2451615204011343437351
Binary10100101111000110101001000001001011100011100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5712A; }

 p { color: rgb(165,113,42); }

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

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

 a { background-color: rgb(165,113,42); }

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

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

 span { border-color: rgb(165,113,42); }

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