#A1772B

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

Shades of Hot Toddy #A1772B

Tints of Hot Toddy #A1772B

Color information

#A1772B (or 0xA1772B) is unknown color: approx Hot Toddy. HEX triplet: A1, 77 and 2B. RGB value is (161,119,43). Sum of RGB (Red+Green+Blue) = 161+119+43=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1772B is #5E88D4. Grayscale: #7B7B7B. Windows color (decimal): -6195413 or 2848673. OLE color: 2848673.

HSL color Cylindrical-coordinate representation of color #A1772B: hue angle of 38.64º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1772B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB16111943-
CMYK00.260.730.37
HSL38.64º57.84%40%-
HSV(B)38.64º73.29%63.14%-
XYZ21.7320.955.18-
YUV122.8982.91155.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=49.85%
G=36.84%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611194300.260.730.3738.6457.8440
HexA1772B01A4925273a28
Octal2411675303211145477250
Binary1010000111101111010110110101001001100101100111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1772B; }

 p { color: rgb(161,119,43); }

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

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

 a { background-color: rgb(161,119,43); }

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

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

 span { border-color: rgb(161,119,43); }

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