#A17526

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

Shades of Hot Toddy #A17526

Tints of Hot Toddy #A17526

Color information

#A17526 (or 0xA17526) is unknown color: approx Hot Toddy. HEX triplet: A1, 75 and 26. RGB value is (161,117,38). Sum of RGB (Red+Green+Blue) = 161+117+38=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A17526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17526 is #5E8AD9. Grayscale: #797979. Windows color (decimal): -6195930 or 2520481. OLE color: 2520481.

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

Color convert

RGB16111738-
CMYK00.270.760.37
HSL38.54º61.81%39.02%-
HSV(B)38.54º76.4%63.14%-
XYZ21.4120.444.65-
YUV121.1581.08156.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=50.95%
G=37.03%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611173800.270.760.3738.5461.8139.02
HexA1752601B4C25273e27
Octal2411654603311445477647
Binary1010000111101011001100110111001100100101100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17526; }

 p { color: rgb(161,117,38); }

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

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

 a { background-color: rgb(161,117,38); }

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

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

 span { border-color: rgb(161,117,38); }

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