#A77126

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

Shades of Hot Toddy #A77126

Tints of Hot Toddy #A77126

Color information

#A77126 (or 0xA77126) is unknown color: approx Hot Toddy. HEX triplet: A7, 71 and 26. RGB value is (167,113,38). Sum of RGB (Red+Green+Blue) = 167+113+38=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A77126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77126 is #588ED9. Grayscale: #787878. Windows color (decimal): -5803738 or 2519463. OLE color: 2519463.

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

Color convert

RGB16711338-
CMYK00.320.770.35
HSL34.88º62.93%40.2%-
HSV(B)34.88º77.25%65.49%-
XYZ22.1920.174.56-
YUV120.681.39161.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=52.52%
G=35.53%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671133800.320.770.3534.8862.9340.2
HexA771260204D23233f28
Octal2471614604011543437750
Binary10100111111000110011001000001001101100011100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77126; }

 p { color: rgb(167,113,38); }

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

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

 a { background-color: rgb(167,113,38); }

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

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

 span { border-color: rgb(167,113,38); }

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