#A76A26

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

Shades of Hot Toddy #A76A26

Tints of Hot Toddy #A76A26

Color information

#A76A26 (or 0xA76A26) is unknown color: approx Hot Toddy. HEX triplet: A7, 6A and 26. RGB value is (167,106,38). Sum of RGB (Red+Green+Blue) = 167+106+38=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A26 is #5895D9. Grayscale: #747474. Windows color (decimal): -5805530 or 2517671. OLE color: 2517671.

HSL color Cylindrical-coordinate representation of color #A76A26: hue angle of 31.63º 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 #A76A26 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16710638-
CMYK00.370.770.35
HSL31.63º62.93%40.2%-
HSV(B)31.63º77.25%65.49%-
XYZ21.4418.664.31-
YUV116.4983.71164.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=53.70%
G=34.08%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671063800.370.770.3531.6362.9340.2
HexA76A260254D23203f28
Octal2471524604511543407750
Binary10100111110101010011001001011001101100011100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A26; }

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

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

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

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

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

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

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

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