#A76F22

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

Shades of Hot Toddy #A76F22

Tints of Hot Toddy #A76F22

Color information

#A76F22 (or 0xA76F22) is unknown color: approx Hot Toddy. HEX triplet: A7, 6F and 22. RGB value is (167,111,34). Sum of RGB (Red+Green+Blue) = 167+111+34=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F22 is #5890DD. Grayscale: #777777. Windows color (decimal): -5804254 or 2256807. OLE color: 2256807.

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

Color convert

RGB16711134-
CMYK00.340.800.35
HSL34.74º66.17%39.41%-
HSV(B)34.74º79.64%65.49%-
XYZ21.9119.74.16-
YUV118.9780.05162.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 34 (13.67% from 255) = 10.90%
R=53.53%
G=35.58%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671113400.340.800.3534.7466.1739.41
HexA76F220225023234227
Octal24715742042120434310247
Binary101001111101111100010010001010100001000111000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F22; }

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

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

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

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

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

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

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

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