#A76A22

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

Shades of Hot Toddy #A76A22

Tints of Hot Toddy #A76A22

Color information

#A76A22 (or 0xA76A22) is unknown color: approx Hot Toddy. HEX triplet: A7, 6A and 22. RGB value is (167,106,34). Sum of RGB (Red+Green+Blue) = 167+106+34=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A22 is #5895DD. Grayscale: #747474. Windows color (decimal): -5805534 or 2255527. OLE color: 2255527.

HSL color Cylindrical-coordinate representation of color #A76A22: hue angle of 32.48º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A76A22 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16710634-
CMYK00.370.800.35
HSL32.48º66.17%39.41%-
HSV(B)32.48º79.64%65.49%-
XYZ21.3818.643.98-
YUV116.0381.71164.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 34 (13.67% from 255) = 11.07%
R=54.40%
G=34.53%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671063400.370.800.3532.4866.1739.41
HexA76A220255023204227
Octal24715242045120434010247
Binary101001111101010100010010010110100001000111000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A22; }

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

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

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

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

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

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

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

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