#A7761F

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

Shades of Hot Toddy #A7761F

Tints of Hot Toddy #A7761F

Color information

#A7761F (or 0xA7761F) is unknown color: approx Hot Toddy. HEX triplet: A7, 76 and 1F. RGB value is (167,118,31). Sum of RGB (Red+Green+Blue) = 167+118+31=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A7761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7761F is #5889E0. Grayscale: #7B7B7B. Windows color (decimal): -5802465 or 2061991. OLE color: 2061991.

HSL color Cylindrical-coordinate representation of color #A7761F: hue angle of 38.38º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7761F is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16711831-
CMYK00.290.810.35
HSL38.38º68.69%38.82%-
HSV(B)38.38º81.44%65.49%-
XYZ22.6621.274.21-
YUV122.7376.23159.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.85%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=52.85%
G=37.34%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671183100.290.810.3538.3868.6938.82
HexA7761F01D5123264527
Octal24716637035121434610547
Binary1010011111101101111101110110100011000111001101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7761F; }

 p { color: rgb(167,118,31); }

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

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

 a { background-color: rgb(167,118,31); }

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

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

 span { border-color: rgb(167,118,31); }

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