#A3766A

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

Shades of Toast #A3766A

Tints of Toast #A3766A

Color information

#A3766A (or 0xA3766A) is unknown color: approx Toast. HEX triplet: A3, 76 and 6A. RGB value is (163,118,106). Sum of RGB (Red+Green+Blue) = 163+118+106=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3766A is #5C8995. Grayscale: #828282. Windows color (decimal): -6064534 or 6977187. OLE color: 6977187.

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

Color convert

RGB163118106-
CMYK00.280.350.36
HSL12.63º23.65%52.75%-
HSV(B)12.63º34.97%63.92%-
XYZ24.1821.7816.57-
YUV130.09114.41151.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=42.12%
G=30.49%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311810600.280.350.3612.6323.6552.75
HexA3766A01C2324d1835
Octal2431661520344344153065
Binary1010001111101101101010011100100011100100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3766A; }

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

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

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

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

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

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

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

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