#A3776A

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

Shades of Toast #A3776A

Tints of Toast #A3776A

Color information

#A3776A (or 0xA3776A) is unknown color: approx Toast. HEX triplet: A3, 77 and 6A. RGB value is (163,119,106). Sum of RGB (Red+Green+Blue) = 163+119+106=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3776A is #5C8895. Grayscale: #828282. Windows color (decimal): -6064278 or 6977443. OLE color: 6977443.

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

Color convert

RGB163119106-
CMYK00.270.350.36
HSL13.68º23.65%52.75%-
HSV(B)13.68º34.97%63.92%-
XYZ24.322.0216.61-
YUV130.67114.08151.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=42.01%
G=30.67%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311910600.270.350.3613.6823.6552.75
HexA3776A01B2324e1835
Octal2431671520334344163065
Binary1010001111101111101010011011100011100100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3776A; }

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

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

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

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

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

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

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

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