#A3772A

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

Shades of Hot Toddy #A3772A

Tints of Hot Toddy #A3772A

Color information

#A3772A (or 0xA3772A) is unknown color: approx Hot Toddy. HEX triplet: A3, 77 and 2A. RGB value is (163,119,42). Sum of RGB (Red+Green+Blue) = 163+119+42=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3772A is #5C88D5. Grayscale: #7B7B7B. Windows color (decimal): -6064342 or 2783139. OLE color: 2783139.

HSL color Cylindrical-coordinate representation of color #A3772A: hue angle of 38.18º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3772A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16311942-
CMYK00.270.740.36
HSL38.18º59.02%40.2%-
HSV(B)38.18º74.23%63.92%-
XYZ22.1221.155.11-
YUV123.3882.08156.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=50.31%
G=36.73%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631194200.270.740.3638.1859.0240.2
HexA3772A01B4A24263b28
Octal2431675203311244467350
Binary1010001111101111010100110111001010100100100110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3772A; }

 p { color: rgb(163,119,42); }

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

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

 a { background-color: rgb(163,119,42); }

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

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

 span { border-color: rgb(163,119,42); }

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