#A27526

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

Shades of Hot Toddy #A27526

Tints of Hot Toddy #A27526

Color information

#A27526 (or 0xA27526) is unknown color: approx Hot Toddy. HEX triplet: A2, 75 and 26. RGB value is (162,117,38). Sum of RGB (Red+Green+Blue) = 162+117+38=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A27526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27526 is #5D8AD9. Grayscale: #797979. Windows color (decimal): -6130394 or 2520482. OLE color: 2520482.

HSL color Cylindrical-coordinate representation of color #A27526: hue angle of 38.23º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A27526 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16211738-
CMYK00.280.770.36
HSL38.23º62%39.22%-
HSV(B)38.23º76.54%63.53%-
XYZ21.6120.544.66-
YUV121.4580.91156.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=51.10%
G=36.91%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621173800.280.770.3638.236239.22
HexA2752601C4D24263e27
Octal2421654603411544467647
Binary1010001011101011001100111001001101100100100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27526; }

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

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

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

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

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

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

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

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