#A17825

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

Shades of Hot Toddy #A17825

Tints of Hot Toddy #A17825

Color information

#A17825 (or 0xA17825) is unknown color: approx Hot Toddy. HEX triplet: A1, 78 and 25. RGB value is (161,120,37). Sum of RGB (Red+Green+Blue) = 161+120+37=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A17825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17825 is #5E87DA. Grayscale: #7B7B7B. Windows color (decimal): -6195163 or 2455713. OLE color: 2455713.

HSL color Cylindrical-coordinate representation of color #A17825: hue angle of 40.16º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A17825 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB16112037-
CMYK00.250.770.37
HSL40.16º62.63%38.82%-
HSV(B)40.16º77.02%63.14%-
XYZ21.7521.144.69-
YUV122.879.58155.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=50.63%
G=37.74%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611203700.250.770.3740.1662.6338.82
HexA178250194D25283f27
Octal2411704503111545507747
Binary1010000111110001001010110011001101100101101000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17825; }

 p { color: rgb(161,120,37); }

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

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

 a { background-color: rgb(161,120,37); }

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

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

 span { border-color: rgb(161,120,37); }

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