#A5741F

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

Shades of Hot Toddy #A5741F

Tints of Hot Toddy #A5741F

Color information

#A5741F (or 0xA5741F) is unknown color: approx Hot Toddy. HEX triplet: A5, 74 and 1F. RGB value is (165,116,31). Sum of RGB (Red+Green+Blue) = 165+116+31=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5741F is #5A8BE0. Grayscale: #797979. Windows color (decimal): -5934049 or 2061477. OLE color: 2061477.

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

Color convert

RGB16511631-
CMYK00.300.810.35
HSL38.06º68.37%38.43%-
HSV(B)38.06º81.21%64.71%-
XYZ22.0120.594.11-
YUV120.9677.23159.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 31 (12.5% from 255) = 9.94%
R=52.88%
G=37.18%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651163100.300.810.3538.0668.3738.43
HexA5741F01E5123264426
Octal24516437036121434610446
Binary1010010111101001111101111010100011000111001101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5741F; }

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

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

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

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

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

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

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

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